mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-08 18:21:14 +08:00
fix cur_dts at the end of av_estimate_timings_from_pts()
Originally committed as revision 10137 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -1566,6 +1566,10 @@ static void av_estimate_timings_from_pts(AVFormatContext *ic, offset_t old_offse
|
|||||||
fill_all_stream_timings(ic);
|
fill_all_stream_timings(ic);
|
||||||
|
|
||||||
url_fseek(&ic->pb, old_offset, SEEK_SET);
|
url_fseek(&ic->pb, old_offset, SEEK_SET);
|
||||||
|
for(i=0; i<ic->nb_streams; i++){
|
||||||
|
st= ic->streams[i];
|
||||||
|
st->cur_dts= st->first_dts;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void av_estimate_timings(AVFormatContext *ic, offset_t old_offset)
|
static void av_estimate_timings(AVFormatContext *ic, offset_t old_offset)
|
||||||
|
Reference in New Issue
Block a user