Commit ce2421a5 authored by Michael Niedermayer's avatar Michael Niedermayer

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
parent 8757dc5e
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment