Commit b82632b5 authored by Tobias Rapp's avatar Tobias Rapp

tests/audiogen: raise channel count limit to 12

Reviewed-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
Signed-off-by: 's avatarTobias Rapp <t.rapp@noa-archive.com>
parent 6f3e2913
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment