Changeset 0c7b8b75 in ffmpeg

Timestamp:
Feb 22, 2012, 10:27:39 AM (13 years ago)
Author:
Martin Storsjö <martin@martin.st>
Branches:
master
Children:
147715ca
Parents:
b70f04c2
git-author:
Martin Storsjö <martin@martin.st> (02/02/12 10:50:26)
git-committer:
Martin Storsjö <martin@martin.st> (02/22/12 10:27:39)
Message:

movenc: Buffer the mdat for the initial moov fragment, too

This allows writing QuickTime-compatible fragmented mp4 (with
a non-empty moov atom) to a non-seekable output.

This buffers the mdat for the initial fragment just as it does
for all normal fragments, too. Previously, the resulting
atom structure was mdat,moov, moof,mdat ..., while it now
is moov,mdat, moof,mdat.

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

(No files)

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