mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-28 20:53:54 +02:00
Fix issue2437
This commit is contained in:
parent
5b56ad03fa
commit
512f973eac
@ -2016,6 +2016,7 @@ static void av_estimate_timings_from_pts(AVFormatContext *ic, int64_t old_offset
|
||||
st= ic->streams[i];
|
||||
st->cur_dts= st->first_dts;
|
||||
st->last_IP_pts = AV_NOPTS_VALUE;
|
||||
st->reference_dts = AV_NOPTS_VALUE;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user