commit | ff2bce7b26a175621d41eea6071df3b268e5a18e | [log] [tgz] |
---|---|---|
author | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | Fri Jun 06 23:17:52 2014 -0400 |
committer | Nicolas Dufresne <nicolas.dufresne@collabora.com> | Tue Aug 26 16:45:59 2014 -0400 |
tree | db4fb1bce9e7375b5de7d8351ebadbb17a984595 | |
parent | a98341397d3522fdc7470c4220775035a2d1d790 [diff] |
flv: Tag timestamp are DTS not PTS The tags in FLV are DTS. In audio cases, and for many video format this makes no difference, but for AVC with B-Frames, PTS need to be computed from composition timestamp CTS, with PTS = DTS + CTS. https://bugzilla.gnome.org/show_bug.cgi?id=731352