mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-12 04:01:44 +08:00
Merge commit '1ceb07eb313c2d51383408025e57a2fe50ccd164'
* commit '1ceb07eb313c2d51383408025e57a2fe50ccd164': avformat_find_stream_info: move duration guessing after updating codec parameters Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
This commit is contained in:
@@ -3723,9 +3723,6 @@ FF_ENABLE_DEPRECATION_WARNINGS
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (probesize)
|
|
||||||
estimate_timings(ic, old_offset);
|
|
||||||
|
|
||||||
av_opt_set(ic, "skip_clear", "0", AV_OPT_SEARCH_CHILDREN);
|
av_opt_set(ic, "skip_clear", "0", AV_OPT_SEARCH_CHILDREN);
|
||||||
|
|
||||||
if (ret >= 0 && ic->nb_streams)
|
if (ret >= 0 && ic->nb_streams)
|
||||||
@@ -3806,6 +3803,9 @@ FF_ENABLE_DEPRECATION_WARNINGS
|
|||||||
st->internal->avctx_inited = 0;
|
st->internal->avctx_inited = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (probesize)
|
||||||
|
estimate_timings(ic, old_offset);
|
||||||
|
|
||||||
find_stream_info_err:
|
find_stream_info_err:
|
||||||
for (i = 0; i < ic->nb_streams; i++) {
|
for (i = 0; i < ic->nb_streams; i++) {
|
||||||
st = ic->streams[i];
|
st = ic->streams[i];
|
||||||
|
Reference in New Issue
Block a user