lavc: postpone the removal of request_channels API.
authorAnton Khirnov <anton@khirnov.net>
Sat, 23 Feb 2013 07:18:28 +0000 (08:18 +0100)
committerAnton Khirnov <anton@khirnov.net>
Fri, 8 Mar 2013 06:41:42 +0000 (07:41 +0100)
Its replacement is still not ready.

libavcodec/version.h

index aaf8735..bc62371 100644 (file)
@@ -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)