]> git.sesse.net Git - ffmpeg/commit
dashenc: Update extradata for mov muxer
authorTimo Rothenpieler <timo@rothenpieler.org>
Wed, 4 Mar 2015 21:48:43 +0000 (22:48 +0100)
committerMartin Storsjö <martin@martin.st>
Fri, 6 Mar 2015 08:07:17 +0000 (10:07 +0200)
commit5aef535a64350b7bc06c5bdda8c26c9efec9443b
tree4bf0c9acd2cffbb9b85f93706474a9d2d7a81a9e
parent6cf7f30655e95e27fd0394b5a80970d6f9517015
dashenc: Update extradata for mov muxer

The mov muxer already supports picking up extradata that wasn't
present during the avformat_write_header call - we just need to
propagate it. Since the dash muxer uses delay_moov, we have time
up until the first segment is written to get extradata filled in.

Also update the codec description string when the extradata becomes
available.

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