mirror of https://git.ffmpeg.org/ffmpeg.git
swresample-test: make it independant of the internal SWR_CH_MAX
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
36bce999f5
commit
74be0f82a7
|
@ -31,6 +31,8 @@
|
|||
|
||||
#define SAMPLES 1000
|
||||
|
||||
#define SWR_CH_MAX 32
|
||||
|
||||
#define ASSERT_LEVEL 2
|
||||
|
||||
static double get(uint8_t *a[], int ch, int index, int ch_count, enum AVSampleFormat f){
|
||||
|
|
Loading…
Reference in New Issue