diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-02-23 08:18:28 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-03-08 07:41:42 +0100 |
commit | 8df23e938b4022d6e6e9e1180ea6418abae74fda (patch) | |
tree | 656a1c8a636054d04620ba42f3c4dd1874c5c756 /libavcodec/version.h | |
parent | 1296b1f6c0631ab79464e22d48a6a1548450b943 (diff) | |
download | ffmpeg-8df23e938b4022d6e6e9e1180ea6418abae74fda.tar.gz |
lavc: postpone the removal of request_channels API.
Its replacement is still not ready.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 2 |
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) |