diff mp3.c @ 5236:1403c88b1ce7 libavformat

Add id3v2 metadata conversion table and use it in mp3 muxer. Patch by Anton Khirnov, wyskas gmail
author cehoyos
date Tue, 29 Sep 2009 07:05:03 +0000
parents 0d65bc05d4ac
children c872818a8e1f
line wrap: on
line diff
--- a/mp3.c	Sat Sep 26 21:06:18 2009 +0000
+++ b/mp3.c	Tue Sep 29 07:05:03 2009 +0000
@@ -341,5 +341,6 @@
     mp3_write_header,
     mp3_write_packet,
     mp3_write_trailer,
+    .metadata_conv = ff_id3v2_metadata_conv,
 };
 #endif