]> git.sesse.net Git - ffmpeg/commit
movenc: Set all implicit flags immediately in mov_write_header
authorMartin Storsjö <martin@martin.st>
Tue, 10 Sep 2013 12:56:19 +0000 (15:56 +0300)
committerMartin Storsjö <martin@martin.st>
Sun, 22 Sep 2013 13:10:21 +0000 (16:10 +0300)
commita9553bbb336a7186c62b3b14a0499c1b6ba61ebd
tree5e532b82d484c7ecee1999f4cec0bf866dee466d
parent187023f6b2b43966acb2449a379b4ededdc4b22e
movenc: Set all implicit flags immediately in mov_write_header

This makes sure other sanity checks for conflicting options
can work properly, e.g. for the conflict between the faststart
flag when using the ismv mode.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/movenc.c