diff mp3.c @ 5265:79be5a6fd62f libavformat

id3v2: Export all text information frames with correct names. Patch by Anton Khirnov <wyskas at gmail dot com>
author ramiro
date Mon, 05 Oct 2009 20:10:07 +0000
parents 323fc801aa57
children 73615b247438
line wrap: on
line diff
--- a/mp3.c	Mon Oct 05 16:06:00 2009 +0000
+++ b/mp3.c	Mon Oct 05 20:10:07 2009 +0000
@@ -183,6 +183,7 @@
     mp3_read_packet,
     .flags= AVFMT_GENERIC_INDEX,
     .extensions = "mp2,mp3,m2a", /* XXX: use probe */
+    .metadata_conv = ff_id3v2_metadata_conv,
 };
 #endif