ffmpeg | branch: master | Michael Niedermayer <michae...@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 <michae...@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 _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog