[FFmpeg-cvslog] r21554 - trunk/ffplay.c

michael subversion
Sat Jan 30 21:45:22 CET 2010


Author: michael
Date: Sat Jan 30 21:45:21 2010
New Revision: 21554

Log:
Bump up MAX_VIDEOQ_SIZE to fix stuttering of oddly interleaved avi files.
Fixes issue1211

Modified:
   trunk/ffplay.c

Modified: trunk/ffplay.c
==============================================================================
--- trunk/ffplay.c	Sat Jan 30 21:18:55 2010	(r21553)
+++ trunk/ffplay.c	Sat Jan 30 21:45:21 2010	(r21554)
@@ -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)
 



More information about the ffmpeg-cvslog mailing list