Changeset aa96d433 in ffmpeg

Timestamp:
Feb 22, 2012, 8:39:15 AM (13 years ago)
Author:
Martin Storsjö <martin@martin.st>
Branches:
master
Children:
0a7ce3ca
Parents:
383a3b64
git-author:
Martin Storsjö <martin@martin.st> (02/21/12 10:16:18)
git-committer:
Martin Storsjö <martin@martin.st> (02/22/12 08:39:15)
Message:

movdec: Don't parse all fragments if ignidx is set

In nonseekable files, we already stop parsing the toplevel atoms
after finding moov and one mdat. In large seekable files (or files
that are seekable, but slowly, e.g. http), reading all the fragments
at the start can take a considerable amount of time. This allows
opting out from this behaviour.

Signed-off-by: Martin Storsjö <martin@martin.st>

(No files)

Note: See TracChangeset for help on using the changeset viewer.