Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-08-10 03:10:45 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-08-10 03:15:43 +0400
commit74be0f82a775fdf93d4a41c4e3049679ef93b6d3 (patch)
tree8da948db57284f68de9dc3f48b0adf49615eb72c /libswresample
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')
-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){