[FFmpeg-cvslog] lavc: postpone the removal of request_channels API.
Anton Khirnov
git at videolan.org
Tue Mar 12 14:54:29 CET 2013
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sat Feb 23 08:18:28 2013 +0100| [8df23e938b4022d6e6e9e1180ea6418abae74fda] | committer: Anton Khirnov
lavc: postpone the removal of request_channels API.
Its replacement is still not ready.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8df23e938b4022d6e6e9e1180ea6418abae74fda
---
libavcodec/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/version.h b/libavcodec/version.h
index aaf8735..bc62371 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -47,7 +47,7 @@
*/
#ifndef FF_API_REQUEST_CHANNELS
-#define FF_API_REQUEST_CHANNELS (LIBAVCODEC_VERSION_MAJOR < 55)
+#define FF_API_REQUEST_CHANNELS (LIBAVCODEC_VERSION_MAJOR < 56)
#endif
#ifndef FF_API_OLD_DECODE_AUDIO
#define FF_API_OLD_DECODE_AUDIO (LIBAVCODEC_VERSION_MAJOR < 55)
More information about the ffmpeg-cvslog
mailing list