]> git.sesse.net Git - ffmpeg/commit
mov: fix seek to next root atom in fragmented mp4
authorJohn Stebbins <jstebbins@jetheaddev.com>
Sun, 29 Mar 2020 20:32:45 +0000 (13:32 -0700)
committerMichael Niedermayer <michael@niedermayer.cc>
Sat, 11 Apr 2020 16:15:58 +0000 (18:15 +0200)
commit21a65d63109628276a8fa88f8e6a106696506dc9
tree6dbcbea8c3da535fed0775544f96ce9427c95e60
parent20ade59d9633def4ebf84ec170f56367bfb6aa6c
mov: fix seek to next root atom in fragmented mp4

If some but not all moof's are referenced in an sidx, whole fragments
were being skipped.

Fixes tickets 7377, 7389, and 8502

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