diff options
-rw-r--r-- | video/decode/dec_video.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video/decode/dec_video.h b/video/decode/dec_video.h index 28844f5882..ad33d784f6 100644 --- a/video/decode/dec_video.h +++ b/video/decode/dec_video.h @@ -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 |