[FFmpeg-cvslog] avcodec: postpone removial of parts still used
Michael Niedermayer
git at videolan.org
Tue Mar 12 15:41:29 CET 2013
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Mar 12 15:25:21 2013 +0100| [ad78b9ed7009197b6d56b3fb6e4c4c5e5276260d] | committer: Michael Niedermayer
avcodec: postpone removial of parts still used
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ad78b9ed7009197b6d56b3fb6e4c4c5e5276260d
---
libavcodec/version.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 4bfba38..50a203b 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -68,7 +68,7 @@
#define FF_API_OLD_ENCODE_AUDIO (LIBAVCODEC_VERSION_MAJOR < 55)
#endif
#ifndef FF_API_OLD_ENCODE_VIDEO
-#define FF_API_OLD_ENCODE_VIDEO (LIBAVCODEC_VERSION_MAJOR < 55)
+#define FF_API_OLD_ENCODE_VIDEO (LIBAVCODEC_VERSION_MAJOR < 56)
#endif
#ifndef FF_API_MPV_GLOBAL_OPTS
#define FF_API_MPV_GLOBAL_OPTS (LIBAVCODEC_VERSION_MAJOR < 55)
@@ -89,7 +89,7 @@
#define FF_API_FIND_BEST_PIX_FMT (LIBAVCODEC_VERSION_MAJOR < 55)
#endif
#ifndef FF_API_CODEC_ID
-#define FF_API_CODEC_ID (LIBAVCODEC_VERSION_MAJOR < 55)
+#define FF_API_CODEC_ID (LIBAVCODEC_VERSION_MAJOR < 56)
#endif
#ifndef FF_API_VDA_ASYNC
#define FF_API_VDA_ASYNC (LIBAVCODEC_VERSION_MAJOR < 55)
More information about the ffmpeg-cvslog
mailing list