[FFmpeg-devel] [PATCH] mov: fix decode of fragments that overlap in time

wm4 nfxjfg at googlemail.com
Mon Sep 25 20:31:01 EEST 2017


On Mon, 25 Sep 2017 10:10:58 -0700
John Stebbins <jstebbins at jetheaddev.com> wrote:

> When keyframe intervals of dash segments are not perfectly aligned,
> fragments in the stream can overlap in time. Append new "trun" index
> entries to the end of the index instead of sorting by timestamp.
> Sorting by timestamp causes packets to be read out of decode order and
> results in decode errors.
> ---

Does that mean the demuxed packets will have timestamps going
backwards or funny issues like this?


More information about the ffmpeg-devel mailing list