[FFmpeg-cvslog] r19554 - trunk/ffplay.c
bcoudurier
subversion
Fri Jul 31 00:19:46 CEST 2009
Author: bcoudurier
Date: Fri Jul 31 00:19:45 2009
New Revision: 19554
Log:
Increase audio queue size in FFplay so files with big audio/video delay
like mov can play nicely.
Modified:
trunk/ffplay.c
Modified: trunk/ffplay.c
==============================================================================
--- trunk/ffplay.c Thu Jul 30 23:58:43 2009 (r19553)
+++ trunk/ffplay.c Fri Jul 31 00:19:45 2009 (r19554)
@@ -46,7 +46,7 @@ const int program_birth_year = 2003;
//#define DEBUG_SYNC
#define MAX_VIDEOQ_SIZE (5 * 256 * 1024)
-#define MAX_AUDIOQ_SIZE (5 * 16 * 1024)
+#define MAX_AUDIOQ_SIZE (20 * 16 * 1024)
#define MAX_SUBTITLEQ_SIZE (5 * 16 * 1024)
/* SDL audio buffer size, in samples. Should be small to have precise
More information about the ffmpeg-cvslog
mailing list