[FFmpeg-devel] [PATCH] mov: Make sure PTS are both monotonically increasing, and unique

Derek Buitenhuis derek.buitenhuis at gmail.com
Tue May 15 23:21:37 EEST 2018


On Tue, May 15, 2018 at 9:10 PM, Tomas Härdin <tjoppen at acc.umu.se> wrote:
> Why don't we do this for every format?

In this case, it is specific to MOV and MP4, since it's caused by the
way we apply edit lists at the packet level (reordering, marking them
as discard, changing timestamps, etc.). Previously we didn't much
care to set the discard-flagged packet timestamps properly, which is
what this fixes. It's not a high-level vsync sort of thing.

- Derek


More information about the ffmpeg-devel mailing list