Browse code

avfilter/af_amerge: increase max number of channels from 32 to 64

Signed-off-by: Paul B Mahol <onemda@gmail.com>

Paul B Mahol authored on 2015/07/20 04:36:46
Showing 1 changed files
... ...
@@ -32,7 +32,7 @@
32 32
 #include "bufferqueue.h"
33 33
 #include "internal.h"
34 34
 
35
-#define SWR_CH_MAX 32
35
+#define SWR_CH_MAX 64
36 36
 
37 37
 typedef struct {
38 38
     const AVClass *class;