diff --git a/libswresample/swresample.h b/libswresample/swresample.h
index 50f29103c8cbda520af2fa043d1ba63687c554ea..44d0003cd59e5bbd6cbd7243d027b4359cafbbe3 100644
--- a/libswresample/swresample.h
+++ b/libswresample/swresample.h
@@ -30,14 +30,14 @@
 #include "libavutil/samplefmt.h"
 
 #define LIBSWRESAMPLE_VERSION_MAJOR 0
-#define LIBSWRESAMPLE_VERSION_MINOR 7
+#define LIBSWRESAMPLE_VERSION_MINOR 8
 #define LIBSWRESAMPLE_VERSION_MICRO 100
 
 #define LIBSWRESAMPLE_VERSION_INT  AV_VERSION_INT(LIBSWRESAMPLE_VERSION_MAJOR, \
                                                   LIBSWRESAMPLE_VERSION_MINOR, \
                                                   LIBSWRESAMPLE_VERSION_MICRO)
 
-#define SWR_CH_MAX 16   ///< Maximum number of channels
+#define SWR_CH_MAX 32   ///< Maximum number of channels
 
 #define SWR_FLAG_RESAMPLE 1 ///< Force resampling even if equal sample rate
 //TODO use int resample ?