summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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){