]> git.sesse.net Git - ffmpeg/commit
smoothstreaming: Export the mp4 codec tags
authorMartin Storsjö <martin@martin.st>
Tue, 18 Sep 2012 08:31:44 +0000 (11:31 +0300)
committerMartin Storsjö <martin@martin.st>
Tue, 18 Sep 2012 14:59:57 +0000 (17:59 +0300)
commit84cc314e40dc0a8844a322e54c2827d247f3cc7e
tree31b9f912b4463546a3fb974c99048d0b5767eb59
parent9888ffb1ce5e0a17f711b01933d504c72ea29d3b
smoothstreaming: Export the mp4 codec tags

This fixes stream copy from a format that already has incompatible
codec tags set. The chained ismv muxer exports this same codec tag
list, so set it on this one as well, to allow the caller (and
lavf common code) to set them correctly.

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