[FFmpeg-devel] [PATCH 01/13] lavc: postpone request_channels removal until major version 54

Anton Khirnov anton
Thu Feb 3 16:35:32 CET 2011


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

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index dbfb777..34627e0 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -2574,7 +2574,7 @@ typedef struct AVCodecContext {
      */
     int64_t timecode_frame_start;
 
-#if LIBAVCODEC_VERSION_MAJOR < 53
+#if LIBAVCODEC_VERSION_MAJOR < 54
     /**
      * Decoder should decode to this many channels if it can (0 for default)
      * - encoding: unused
-- 
1.7.2.3




More information about the ffmpeg-devel mailing list