mirror of https://github.com/mpv-player/mpv
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:
parent
5f89ba707d
commit
b2a3e877c0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue