From ed7694d8cf4633da444237f4df7efc48936419d2 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 16 Feb 2010 16:32:25 +0000 Subject: 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 . Originally committed as revision 21850 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/metadata.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavformat/metadata.h') diff --git a/libavformat/metadata.h b/libavformat/metadata.h index 9ec2265a41..21724e9774 100644 --- a/libavformat/metadata.h +++ b/libavformat/metadata.h @@ -45,4 +45,7 @@ void ff_metadata_demux_compat(AVFormatContext *s); void ff_metadata_mux_compat(AVFormatContext *s); #endif +void metadata_conv(AVMetadata **pm, const AVMetadataConv *d_conv, + const AVMetadataConv *s_conv); + #endif /* AVFORMAT_METADATA_H */ -- cgit v1.2.3