Browse Source

lavc: postpone removal of request_channels

No decoder uses the supposed replacement, request_channel_layout, yet.
Anton Khirnov 14 years ago
parent
commit
c776732712
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libavcodec/version.h

+ 1 - 1
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 */