]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/af_pan.c
Merge commit '95e2317ed85502dd8d96bcd9b12084dbfb8f9e8e'
[ffmpeg] / libavfilter / af_pan.c
index 4ba77a73666e7d73db6bf907ee295b8fbfcb51b6..9117cc09c9dcedeabe5a7ea8e8fa4cecaa143726 100644 (file)
@@ -37,7 +37,7 @@
 #include "formats.h"
 #include "internal.h"
 
-#define MAX_CHANNELS 63
+#define MAX_CHANNELS 64
 
 typedef struct PanContext {
     const AVClass *class;