OSDN Git Service

Set lavf identification string globally in av_write_header(), rather
authorAnton Khirnov <wyskas@gmail.com>
Tue, 16 Feb 2010 16:32:25 +0000 (16:32 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Tue, 16 Feb 2010 16:32:25 +0000 (16:32 +0000)
commited7694d8cf4633da444237f4df7efc48936419d2
tree6ceaa52216a94a3914e7978a8dc0f365e68458c7
parent114315994bc08812eeef51eaace455d86b5098d5
Set lavf identification string globally in av_write_header(), rather
than inside the muxers. Remove special handling of "encoder" tags from
AVI and MP3 muxers.

Patch by Anton Khirnov <wyskas gmail com>.

Originally committed as revision 21850 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/avi.c
libavformat/avienc.c
libavformat/metadata.c
libavformat/metadata.h
libavformat/mp3.c
libavformat/utils.c