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>
This commit is contained in:
Tobias Rapp 2018-07-19 11:49:33 +02:00
parent 6f3e2913f5
commit b82632b59f
1 changed files with 1 additions and 1 deletions

View 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)
{