mirror of https://github.com/FFmpeg/FFmpeg.git
This fixes crashes with pathological cases when trying to write a sidx index (via the -movflags faststart option, in combination with fragmenting options), when no fragments actually have been written. (This is possible if the empty_moov flag isn't used, so that all actual packet data is written in the moov/mdat pair, and no moof/mdat pairs have been written.) In these pathological cases, no sidx should be written at all. Signed-off-by: Martin Storsjö <martin@martin.st>pull/161/head^2
parent
1542ec9638
commit
8e34089e26
1 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue