[FFmpeg-devel] [mov] See if mfra makes up the difference for an incomplete sidx.

Dale Curtis dalecurtis at chromium.org
Fri Aug 14 01:03:32 EEST 2020


A few popular sites have started generating MP4 files which have a
sidx plus an mfra. The sidx accounts for all size except the mfra,
so the old code did not mark the fragment index as complete.

Instead we can just check if there's an mfra and if its size makes
up the difference we can mark the index as complete.

Fixes: https://crbug.com/1107130
Signed-off-by: Dale Curtis <dalecurtis at chromium.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sidx_fix_v0.patch
Type: application/octet-stream
Size: 2143 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20200813/ec783291/attachment.obj>


More information about the ffmpeg-devel mailing list