Commit a5272f87 authored by michael's avatar michael

Bump up MAX_VIDEOQ_SIZE to fix stuttering of oddly interleaved avi files.

Fixes issue1211


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21554 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0b3c9e95
...@@ -49,7 +49,7 @@ const int program_birth_year = 2003; ...@@ -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)
......
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