[FFmpeg-cvslog] lavc: postpone removal of audioconvert and sample_fmt wrappers
Anton Khirnov
git at videolan.org
Thu Apr 14 03:24:37 CEST 2011
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Wed Apr 6 07:31:32 2011 +0200| [d6ead39ee7c6b21a7e5f44defed7339673b026b6] | committer: Anton Khirnov
lavc: postpone removal of audioconvert and sample_fmt wrappers
Those were moved to libavutil only recently.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d6ead39ee7c6b21a7e5f44defed7339673b026b6
---
libavcodec/version.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 78c0f78..ef9e560 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -66,10 +66,10 @@
#define FF_API_INOFFICIAL (LIBAVCODEC_VERSION_MAJOR < 53)
#endif
#ifndef FF_API_OLD_SAMPLE_FMT
-#define FF_API_OLD_SAMPLE_FMT (LIBAVCODEC_VERSION_MAJOR < 53)
+#define FF_API_OLD_SAMPLE_FMT (LIBAVCODEC_VERSION_MAJOR < 54)
#endif
#ifndef FF_API_OLD_AUDIOCONVERT
-#define FF_API_OLD_AUDIOCONVERT (LIBAVCODEC_VERSION_MAJOR < 53)
+#define FF_API_OLD_AUDIOCONVERT (LIBAVCODEC_VERSION_MAJOR < 54)
#endif
#ifndef FF_API_HURRY_UP
#define FF_API_HURRY_UP (LIBAVCODEC_VERSION_MAJOR < 53)
More information about the ffmpeg-cvslog
mailing list