diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c index ba98bba0d3..4080d5a8db 100644 --- a/libavformat/mpegts.c +++ b/libavformat/mpegts.c @@ -131,7 +131,7 @@ struct MpegTSContext { int fix_teletext_pts; int64_t cur_pcr; /**< used to estimate the exact PCR */ - int pcr_incr; /**< used to estimate the exact PCR */ + int64_t pcr_incr; /**< used to estimate the exact PCR */ /* data needed to handle file based ts */ /** stop parsing loop */