[FFmpeg-cvslog] lavu: postpone recent deprecations until the next major bump
Anton Khirnov
git at videolan.org
Tue Oct 23 13:12:08 CEST 2012
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Mon Oct 22 09:11:41 2012 +0200| [2b8dd371e4d276ca0d342e82b8b4cc281be0630a] | committer: Anton Khirnov
lavu: postpone recent deprecations until the next major bump
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2b8dd371e4d276ca0d342e82b8b4cc281be0630a
---
libavutil/version.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/libavutil/version.h b/libavutil/version.h
index 4de2a94..d21f532 100644
--- a/libavutil/version.h
+++ b/libavutil/version.h
@@ -74,16 +74,16 @@
#define FF_API_OLD_AVOPTIONS (LIBAVUTIL_VERSION_MAJOR < 52)
#endif
#ifndef FF_API_PIX_FMT
-#define FF_API_PIX_FMT (LIBAVUTIL_VERSION_MAJOR < 52)
+#define FF_API_PIX_FMT (LIBAVUTIL_VERSION_MAJOR < 53)
#endif
#ifndef FF_API_CONTEXT_SIZE
-#define FF_API_CONTEXT_SIZE (LIBAVUTIL_VERSION_MAJOR < 52)
+#define FF_API_CONTEXT_SIZE (LIBAVUTIL_VERSION_MAJOR < 53)
#endif
#ifndef FF_API_PIX_FMT_DESC
-#define FF_API_PIX_FMT_DESC (LIBAVUTIL_VERSION_MAJOR < 52)
+#define FF_API_PIX_FMT_DESC (LIBAVUTIL_VERSION_MAJOR < 53)
#endif
#ifndef FF_API_AV_REVERSE
-#define FF_API_AV_REVERSE (LIBAVUTIL_VERSION_MAJOR < 52)
+#define FF_API_AV_REVERSE (LIBAVUTIL_VERSION_MAJOR < 53)
#endif
/**
More information about the ffmpeg-cvslog
mailing list