summaryrefslogtreecommitdiff
path: root/tests/audiogen.c
diff options
context:
space:
mode:
authorTobias Rapp <t.rapp@noa-archive.com>2018-07-19 11:49:33 +0200
committerTobias Rapp <t.rapp@noa-archive.com>2018-07-30 10:46:10 +0200
commitb82632b59f1182a550f61013773d38e0dc9b4318 (patch)
treeec51ff09ab543a196d1a2d18b5762d9c7a5bfd46 /tests/audiogen.c
parent6f3e2913f52b573a9502cb722084d42a8de2d926 (diff)
tests/audiogen: raise channel count limit to 12
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
Diffstat (limited to 'tests/audiogen.c')
-rw-r--r--tests/audiogen.c2
1 files changed, 1 insertions, 1 deletions
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)
{