[FFmpeg-cvslog] swresample-test: make it independant of the internal SWR_CH_MAX

Michael Niedermayer git at videolan.org
Sun Aug 10 01:19:09 CEST 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Aug 10 01:10:45 2014 +0200| [74be0f82a775fdf93d4a41c4e3049679ef93b6d3] | committer: Michael Niedermayer

swresample-test: make it independant of the internal SWR_CH_MAX

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=74be0f82a775fdf93d4a41c4e3049679ef93b6d3
---

 libswresample/swresample-test.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/libswresample/swresample-test.c b/libswresample/swresample-test.c
index 4987f5f..c0162cd 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){



More information about the ffmpeg-cvslog mailing list