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:
parent
8757dc5e40
commit
ce2421a5c3
1 changed files with 1 additions and 1 deletions
2
ffplay.c
2
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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue