]> git.sesse.net Git - ffmpeg/commit
movenc: use the "encoder" metadata tag to write stsd Compressorname
authorAnton Khirnov <anton@khirnov.net>
Tue, 29 Apr 2014 15:40:57 +0000 (17:40 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sun, 18 May 2014 18:34:03 +0000 (20:34 +0200)
commit0ba5299a805e9ccaef1a757381fc2ada4d54b8a1
treec1eb41ce0d7d58ffd6bca42575a0dc79c9c98e19
parent6656370b858329ca07a60a2de954d5e90daa0206
movenc: use the "encoder" metadata tag to write stsd Compressorname

This mirrors the demuxer behaviour and avoids accessing
AVCodecContext.codec, which should not be done in muxers.
libavformat/movenc.c
libavformat/movenc.h