ffmpeg | branch: master | Michael Niedermayer <michae...@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 <michae...@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){

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to