[FFmpeg-cvslog] lavc: postpone removal of request_channels

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:47:26 2011 +0200| [c77673271280267cc6fb77acdfb189c578df058e] | committer: Anton Khirnov

lavc: postpone removal of request_channels

No decoder uses the supposed replacement, request_channel_layout, yet.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c77673271280267cc6fb77acdfb189c578df058e
---

 libavcodec/version.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/version.h b/libavcodec/version.h
index ef9e560..bad6509 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -84,7 +84,7 @@
 #define FF_API_ANTIALIAS_ALGO   (LIBAVCODEC_VERSION_MAJOR < 54)
 #endif
 #ifndef FF_API_REQUEST_CHANNELS
-#define FF_API_REQUEST_CHANNELS (LIBAVCODEC_VERSION_MAJOR < 53)
+#define FF_API_REQUEST_CHANNELS (LIBAVCODEC_VERSION_MAJOR < 54)
 #endif
 
 #endif /* AVCODEC_VERSION_H */



More information about the ffmpeg-cvslog mailing list