]> git.sesse.net Git - ffmpeg/commit
avformat/mov: Handle when we have an mfra box but have not read the full sidx for...
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>
Mon, 15 Mar 2021 14:20:17 +0000 (14:20 +0000)
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>
Wed, 17 Mar 2021 14:46:48 +0000 (14:46 +0000)
commit8f1580c31a3cfb9994bda7b3914a97e09b9f1d48
tree674d191df43bd594de225399cf7c5304bbb11019
parent434b626b7a3d236b19d1c649e0399df157d4273f
avformat/mov: Handle when we have an mfra box but have not read the full sidx for a fragment

Use the tfra timestamp if it is available and sidx timestamp is not.

Fixes reading the entire file after seeking in a live-style DASH FMP4
with an MFRA.

This specifically fixes when use_mfra_for is set.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
libavformat/mov.c