[FFmpeg-cvslog] lavc: postpone removing old audio encoding and decoding API

Anton Khirnov git at videolan.org
Tue Jan 24 23:12:52 CET 2012


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sun Jan 22 10:43:40 2012 +0100| [af0292f33a7d9a024a10a05748415622ea45e08e] | committer: Anton Khirnov

lavc: postpone removing old audio encoding and decoding API

It has been deprecated only recently.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=af0292f33a7d9a024a10a05748415622ea45e08e
---

 libavcodec/version.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavcodec/version.h b/libavcodec/version.h
index 77e1682..1de790e 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -114,13 +114,13 @@
 #define FF_API_DATA_POINTERS (LIBAVCODEC_VERSION_MAJOR < 54)
 #endif
 #ifndef FF_API_OLD_DECODE_AUDIO
-#define FF_API_OLD_DECODE_AUDIO (LIBAVCODEC_VERSION_MAJOR < 54)
+#define FF_API_OLD_DECODE_AUDIO (LIBAVCODEC_VERSION_MAJOR < 55)
 #endif
 #ifndef FF_API_AVFRAME_AGE
 #define FF_API_AVFRAME_AGE (LIBAVCODEC_VERSION_MAJOR < 54)
 #endif
 #ifndef FF_API_OLD_ENCODE_AUDIO
-#define FF_API_OLD_ENCODE_AUDIO (LIBAVCODEC_VERSION_MAJOR < 54)
+#define FF_API_OLD_ENCODE_AUDIO (LIBAVCODEC_VERSION_MAJOR < 55)
 #endif
 
 #endif /* AVCODEC_VERSION_H */



More information about the ffmpeg-cvslog mailing list