]> git.sesse.net Git - ffmpeg/commit
movenc: Merge if statements
authorMartin Storsjö <martin@martin.st>
Thu, 22 Mar 2012 11:31:31 +0000 (13:31 +0200)
committerMartin Storsjö <martin@martin.st>
Sat, 24 Mar 2012 23:06:49 +0000 (01:06 +0200)
commit68893afe1d4583038d3788b6c3e462e42ce6074d
tree2ebf71a0a923dcae13401979f46593d690da0a13
parentcb3486778044e580ef38a8d861af4a2e42336866
movenc: Merge if statements

This isn't exactly equivalent with the earlier code for codecs
other than H264 and VC1, but those are two only codecs supported
by this codepath anyway, and it simplifies it a bit.

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