summaryrefslogtreecommitdiff
path: root/libswresample/swresample-test.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-08-10 01:10:45 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-08-10 01:15:43 +0200
commit74be0f82a775fdf93d4a41c4e3049679ef93b6d3 (patch)
tree8da948db57284f68de9dc3f48b0adf49615eb72c /libswresample/swresample-test.c
parent36bce999f5e775b7b8f207d71f2af48a994f6bb4 (diff)
swresample-test: make it independant of the internal SWR_CH_MAX
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswresample/swresample-test.c')
-rw-r--r--libswresample/swresample-test.c2
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){