Bump up MAX_VIDEOQ_SIZE to fix stuttering of oddly interleaved avi files.
Fixes issue1211 Originally committed as revision 21554 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
2
ffplay.c
2
ffplay.c
@@ -49,7 +49,7 @@ const int program_birth_year = 2003;
|
|||||||
|
|
||||||
//#define DEBUG_SYNC
|
//#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_AUDIOQ_SIZE (20 * 16 * 1024)
|
||||||
#define MAX_SUBTITLEQ_SIZE (5 * 16 * 1024)
|
#define MAX_SUBTITLEQ_SIZE (5 * 16 * 1024)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user