mirror of https://github.com/FFmpeg/FFmpeg.git
If parsing moov+mdat in a non-seekable file, we currently abort parsing directly after parsing the header of the mdat atom. If we want to continue parsing later (if looking to parse later fragments), we need to skip past the content of the mdat atom, otherwise we end up parsing the content of the mdat atom as root level atoms. Signed-off-by: Martin Storsjö <martin@martin.st>pull/3/merge
parent
b5696ff2b8
commit
383a3b64cb
2 changed files with 10 additions and 3 deletions
Loading…
Reference in new issue