mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
mov: Remove old b-frame/video delay heuristic
This was added before edts support existed, and is no longer valid. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
parent
eb96505b76
commit
8db804e8f5
@ -2306,9 +2306,6 @@ static void mov_build_index(MOVContext *mov, AVStream *st)
|
||||
if (sc->time_offset < 0)
|
||||
sc->time_offset = av_rescale(sc->time_offset, sc->time_scale, mov->time_scale);
|
||||
current_dts = -sc->time_offset;
|
||||
if (sc->ctts_data && sc->stts_data && sc->stts_data[0].duration &&
|
||||
sc->ctts_data[0].duration / sc->stts_data[0].duration > 16)
|
||||
st->internal->avctx->has_b_frames = 1;
|
||||
}
|
||||
|
||||
/* only use old uncompressed audio chunk demuxing when stts specifies it */
|
||||
|
Loading…
Reference in New Issue
Block a user