swresample-test: make it independant of the internal SWR_CH_MAX

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2014-08-10 01:10:45 +02:00
parent 36bce999f5
commit 74be0f82a7
1 changed files with 2 additions and 0 deletions

View File

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