[FFmpeg-devel] [PATCH 1/2] tests/audiogen: raise channel count limit to 12
Tobias Rapp
t.rapp at noa-archive.com
Thu Jul 26 10:13:41 EEST 2018
Signed-off-by: Tobias Rapp <t.rapp at noa-archive.com>
---
tests/audiogen.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/audiogen.c b/tests/audiogen.c
index 8d596b5..c43bb70 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)
{
--
2.7.4
More information about the ffmpeg-devel
mailing list