diff metadata.c @ 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 d1b5bb2bfe92
children 854b3ac40b8e
line wrap: on
line diff
--- a/metadata.c	Tue Feb 16 09:55:56 2010 +0000
+++ b/metadata.c	Tue Feb 16 16:32:25 2010 +0000
@@ -105,7 +105,7 @@
     av_freep(pm);
 }
 
-static void metadata_conv(AVMetadata **pm, const AVMetadataConv *d_conv,
+void metadata_conv(AVMetadata **pm, const AVMetadataConv *d_conv,
                                            const AVMetadataConv *s_conv)
 {
     /* TODO: use binary search to look up the two conversion tables