diff metadata.h @ 5661:6d530eb42996 libavformat

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>.
author rbultje
date Tue, 16 Feb 2010 16:32:25 +0000
parents f04bc8b70940
children 178de7695c6c
line wrap: on
line diff
--- a/metadata.h	Tue Feb 16 09:55:56 2010 +0000
+++ b/metadata.h	Tue Feb 16 16:32:25 2010 +0000
@@ -45,4 +45,7 @@
 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 */