mirror of https://github.com/FFmpeg/FFmpeg.git
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. Bug: https://crbug.com/1107130 Signed-off-by: Dale Curtis <dalecurtis@chromium.org> Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>pull/352/head
parent
ccc7120ee7
commit
2ff3c466ec
1 changed files with 18 additions and 2 deletions
Loading…
Reference in new issue