[libav-devel] [PATCH] mov: Fix wrong timestamp generation for fragmented movies that have time offset caused by the first edit list entry.

Yusuke Nakamura muken.the.vfrmaniac at gmail.com
Fri May 13 19:53:57 CEST 2011


dts, local variable in mov_read_trun, generates wrong timestamps when
time_offset is present, since dts is given by st->duration which doesn't
consider time_offset.

Attached patch fixes this.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.libav.org/pipermail/libav-devel/attachments/20110514/07e6328c/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-mov-Fix-wrong-timestamp-generation-for-fragmented-mo.patch
Type: application/octet-stream
Size: 1916 bytes
Desc: not available
URL: <http://lists.libav.org/pipermail/libav-devel/attachments/20110514/07e6328c/attachment.obj>


More information about the libav-devel mailing list