summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-02-23 08:18:28 +0100
committerAnton Khirnov <anton@khirnov.net>2013-03-08 07:41:42 +0100
commit8df23e938b4022d6e6e9e1180ea6418abae74fda (patch)
tree656a1c8a636054d04620ba42f3c4dd1874c5c756
parent1296b1f6c0631ab79464e22d48a6a1548450b943 (diff)
lavc: postpone the removal of request_channels API.
Its replacement is still not ready.
-rw-r--r--libavcodec/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index aaf8735686..bc6237156d 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)