No decoder uses the supposed replacement, request_channel_layout, yet. --- libavcodec/version.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/version.h b/libavcodec/version.h index 70a9f44..c87bd78 100644 --- a/libavcodec/version.h +++ b/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 */ -- 1.7.4.1 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
