]> git.sesse.net Git - ffmpeg/commit
libavformat/mov: fix multiple trun per traf
authorJohn Stebbins <jstebbins@jetheaddev.com>
Sun, 29 Mar 2020 21:27:38 +0000 (14:27 -0700)
committerMichael Niedermayer <michael@niedermayer.cc>
Sat, 11 Apr 2020 16:15:58 +0000 (18:15 +0200)
commit9f4054a0cb27503e535804ab8c2b58cc91c72591
treecbbb92d82a227869cc80739e9e64bb0eee18131d
parent21a65d63109628276a8fa88f8e6a106696506dc9
libavformat/mov: fix multiple trun per traf

dts would start over at the beginning of each trun when they should be
computed contiguously for each trun in a traf

Fixes ticket 8070

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/isom.h
libavformat/mov.c