diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-08-10 01:10:45 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-08-10 01:15:43 +0200 |
commit | 74be0f82a775fdf93d4a41c4e3049679ef93b6d3 (patch) | |
tree | 8da948db57284f68de9dc3f48b0adf49615eb72c | |
parent | 36bce999f5e775b7b8f207d71f2af48a994f6bb4 (diff) | |
download | ffmpeg-74be0f82a775fdf93d4a41c4e3049679ef93b6d3.tar.gz |
swresample-test: make it independant of the internal SWR_CH_MAX
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libswresample/swresample-test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libswresample/swresample-test.c b/libswresample/swresample-test.c index 4987f5faff..c0162cd646 100644 --- a/libswresample/swresample-test.c +++ b/libswresample/swresample-test.c @@ -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){ |