mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
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:
parent
6f3e2913f5
commit
b82632b59f
@ -26,7 +26,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#define MAX_CHANNELS 8
|
#define MAX_CHANNELS 12
|
||||||
|
|
||||||
static unsigned int myrnd(unsigned int *seed_ptr, int n)
|
static unsigned int myrnd(unsigned int *seed_ptr, int n)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user