Bump up MAX_VIDEOQ_SIZE to fix stuttering of oddly interleaved avi files.
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 30 Jan 2010 20:45:21 +0000 (20:45 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 30 Jan 2010 20:45:21 +0000 (20:45 +0000)
Fixes issue1211

Originally committed as revision 21554 to svn://svn.ffmpeg.org/ffmpeg/trunk

ffplay.c

index f86aaf1..c1b9cfc 100644 (file)
--- a/ffplay.c
+++ b/ffplay.c
@@ -49,7 +49,7 @@ const int program_birth_year = 2003;
 
 //#define DEBUG_SYNC
 
-#define MAX_VIDEOQ_SIZE (5 * 256 * 1024)
+#define MAX_VIDEOQ_SIZE (30 * 256 * 1024)
 #define MAX_AUDIOQ_SIZE (20 * 16 * 1024)
 #define MAX_SUBTITLEQ_SIZE (5 * 16 * 1024)