diff --git a/libswresample/swresample_internal.h b/libswresample/swresample_internal.h index e36faf117d5d2261c03a93d1ee5e0620e379f062..ce5eef4d9f555ff034d8a3a9979602a2210b3417 100644 --- a/libswresample/swresample_internal.h +++ b/libswresample/swresample_internal.h @@ -25,7 +25,7 @@ #include "libavutil/channel_layout.h" #include "config.h" -#define SWR_CH_MAX 32 +#define SWR_CH_MAX 64 #define SQRT3_2 1.22474487139158904909 /* sqrt(3/2) */ diff --git a/libswresample/version.h b/libswresample/version.h index 94ac9c52d043568a9b5946add7e2179869849343..cc0a77de28f4858394ffb54c08e18993b82fa276 100644 --- a/libswresample/version.h +++ b/libswresample/version.h @@ -30,7 +30,7 @@ #define LIBSWRESAMPLE_VERSION_MAJOR 1 #define LIBSWRESAMPLE_VERSION_MINOR 2 -#define LIBSWRESAMPLE_VERSION_MICRO 100 +#define LIBSWRESAMPLE_VERSION_MICRO 101 #define LIBSWRESAMPLE_VERSION_INT AV_VERSION_INT(LIBSWRESAMPLE_VERSION_MAJOR, \ LIBSWRESAMPLE_VERSION_MINOR, \