]> git.sesse.net Git - ffmpeg/blobdiff - tests/audiogen.c
avfilter/vf_identity: fix typo
[ffmpeg] / tests / audiogen.c
index 8d596b5108b2d5697a8df30472ce23d27c2d9557..c43bb70ff9f6c677873ee62877bf4042bf5223f3 100644 (file)
@@ -26,7 +26,7 @@
 #include <stdio.h>
 #include <string.h>
 
-#define MAX_CHANNELS 8
+#define MAX_CHANNELS 12
 
 static unsigned int myrnd(unsigned int *seed_ptr, int n)
 {