video: increase avi pts buffer size

When decoding on RPI/MMAL, the buffering between decoder input and
output can be quite excessive.
This commit is contained in:
wm4 2015-11-06 15:43:21 +01:00
parent 5f89ba707d
commit b2a3e877c0
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ struct dec_video {
int num_codec_dts_problems;
// PTS sorting (needed for AVI-style timestamps)
double buffered_pts[64];
double buffered_pts[128];
int num_buffered_pts;
// PTS or DTS of packet first read