Module: libav Branch: master Commit: 8df23e938b4022d6e6e9e1180ea6418abae74fda
Author: Anton Khirnov <[email protected]> Committer: Anton Khirnov <[email protected]> Date: Sat Feb 23 08:18:28 2013 +0100 lavc: postpone the removal of request_channels API. Its replacement is still not ready. --- libavcodec/version.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavcodec/version.h b/libavcodec/version.h index aaf8735..bc62371 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) _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
