[FFmpeg-cvslog] tests/audiogen: raise channel count limit to 12

Tobias Rapp git at videolan.org
Mon Jul 30 11:51:25 EEST 2018


ffmpeg | branch: master | Tobias Rapp <t.rapp at noa-archive.com> | Thu Jul 19 11:49:33 2018 +0200| [b82632b59f1182a550f61013773d38e0dc9b4318] | committer: Tobias Rapp

tests/audiogen: raise channel count limit to 12

Reviewed-by: Michael Niedermayer <michael at niedermayer.cc>
Signed-off-by: Tobias Rapp <t.rapp at noa-archive.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b82632b59f1182a550f61013773d38e0dc9b4318
---

 tests/audiogen.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/audiogen.c b/tests/audiogen.c
index 8d596b5108..c43bb70ff9 100644
--- a/tests/audiogen.c
+++ b/tests/audiogen.c
@@ -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)
 {



More information about the ffmpeg-cvslog mailing list