comparison 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
comparison
equal deleted inserted replaced
5264:323fc801aa57 5265:79be5a6fd62f
181 mp3_read_probe, 181 mp3_read_probe,
182 mp3_read_header, 182 mp3_read_header,
183 mp3_read_packet, 183 mp3_read_packet,
184 .flags= AVFMT_GENERIC_INDEX, 184 .flags= AVFMT_GENERIC_INDEX,
185 .extensions = "mp2,mp3,m2a", /* XXX: use probe */ 185 .extensions = "mp2,mp3,m2a", /* XXX: use probe */
186 .metadata_conv = ff_id3v2_metadata_conv,
186 }; 187 };
187 #endif 188 #endif
188 189
189 #if CONFIG_MP2_MUXER || CONFIG_MP3_MUXER 190 #if CONFIG_MP2_MUXER || CONFIG_MP3_MUXER
190 static int id3v1_set_string(AVFormatContext *s, const char *key, 191 static int id3v1_set_string(AVFormatContext *s, const char *key,