[FFmpeg-cvslog] avcodec/version: delay removial of FF_API_AUDIO_CONVERT/ FF_API_AVCODEC_RESAMPLE
Michael Niedermayer
git at videolan.org
Sun Aug 10 00:49:12 CEST 2014
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Aug 10 00:38:48 2014 +0200| [65cb02e87a8f188657843e3e7d91ef19ac8f1629] | committer: Michael Niedermayer
avcodec/version: delay removial of FF_API_AUDIO_CONVERT/FF_API_AVCODEC_RESAMPLE
Some applications still use this deprecated API
Its not nice to remove it when its still in use and as long as it doesnt
cause us any work to keep it.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=65cb02e87a8f188657843e3e7d91ef19ac8f1629
---
libavcodec/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/version.h b/libavcodec/version.h
index ffecae0..0847104 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -64,7 +64,7 @@
#define FF_API_CODEC_ID (LIBAVCODEC_VERSION_MAJOR < 57)
#endif
#ifndef FF_API_AUDIO_CONVERT
-#define FF_API_AUDIO_CONVERT (LIBAVCODEC_VERSION_MAJOR < 56)
+#define FF_API_AUDIO_CONVERT (LIBAVCODEC_VERSION_MAJOR < 57)
#endif
#ifndef FF_API_AVCODEC_RESAMPLE
#define FF_API_AVCODEC_RESAMPLE FF_API_AUDIO_CONVERT
More information about the ffmpeg-cvslog
mailing list