1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

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:
Michael Niedermayer 2010-01-30 20:45:21 +00:00
parent 8757dc5e40
commit ce2421a5c3

View File

@ -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)