[FFmpeg-cvslog] avcodec/version: leave old audio API
Michael Niedermayer
git at videolan.org
Sun Aug 10 00:49:11 CEST 2014
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Aug 10 00:14:08 2014 +0200| [80c1cb522c9779c3e799fbe2fc5e19a53bfd079f] | committer: Michael Niedermayer
avcodec/version: leave old audio API
If people prefer we can also drop it
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=80c1cb522c9779c3e799fbe2fc5e19a53bfd079f
---
libavcodec/version.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 7245b15..503fddc 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -52,10 +52,10 @@
#define FF_API_REQUEST_CHANNELS (LIBAVCODEC_VERSION_MAJOR < 57)
#endif
#ifndef FF_API_OLD_DECODE_AUDIO
-#define FF_API_OLD_DECODE_AUDIO (LIBAVCODEC_VERSION_MAJOR < 56)
+#define FF_API_OLD_DECODE_AUDIO (LIBAVCODEC_VERSION_MAJOR < 57)
#endif
#ifndef FF_API_OLD_ENCODE_AUDIO
-#define FF_API_OLD_ENCODE_AUDIO (LIBAVCODEC_VERSION_MAJOR < 56)
+#define FF_API_OLD_ENCODE_AUDIO (LIBAVCODEC_VERSION_MAJOR < 57)
#endif
#ifndef FF_API_OLD_ENCODE_VIDEO
#define FF_API_OLD_ENCODE_VIDEO (LIBAVCODEC_VERSION_MAJOR < 57)
More information about the ffmpeg-cvslog
mailing list