video: increase maximum number of buffered AVI pts samples

While b-frame reordering limits the maximum required number to around
16, the number of additionally buffered frames can be much higher.

Guess when this actually matters? (For the libavcodec MMAL wrapper.)
This commit is contained in:
wm4 2015-10-06 18:00:28 +02:00
parent 3c292395ca
commit 5015759334
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[32];
double buffered_pts[64];
int num_buffered_pts;
// PTS or DTS of packet last read