]> git.sesse.net Git - ffmpeg/commit
movenc: Don't check the custom IO flag when using faststart
authorMartin Storsjö <martin@martin.st>
Tue, 21 Oct 2014 07:44:38 +0000 (10:44 +0300)
committerMartin Storsjö <martin@martin.st>
Wed, 29 Oct 2014 21:02:02 +0000 (23:02 +0200)
commitb2b79eca6fae2466a53c5daa163a37e2474364fc
tree145e5a8196ef9212fc1d2569146cb9006ba2df07
parent573b1de2d7f1db71030f91ecdded7d0bc071f6b6
movenc: Don't check the custom IO flag when using faststart

The custom IO flag actually never is set for muxers, only for
demuxers, so the check was pointless (unless a user intentionally
would set the flag to signal using custom IO).

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