diff options
author | Anton Khirnov <wyskas@gmail.com> | 2009-10-05 20:10:07 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2009-10-05 20:10:07 +0000 |
commit | 41770abf86419f91c4f7a59923b349efaf05a2a2 (patch) | |
tree | 5fab4d1d7248edbe4b44757ff84b617ff119040c /libavformat/mp3.c | |
parent | 078d89a2b0a328216cd799ebf3044b02354430fd (diff) | |
download | ffmpeg-41770abf86419f91c4f7a59923b349efaf05a2a2.tar.gz |
id3v2: Export all text information frames with correct names.
Patch by Anton Khirnov <wyskas at gmail dot com>
Originally committed as revision 20171 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mp3.c')
-rw-r--r-- | libavformat/mp3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/mp3.c b/libavformat/mp3.c index 91724f0ba9..cad13cfe6a 100644 --- a/libavformat/mp3.c +++ b/libavformat/mp3.c @@ -183,6 +183,7 @@ AVInputFormat mp3_demuxer = { mp3_read_packet, .flags= AVFMT_GENERIC_INDEX, .extensions = "mp2,mp3,m2a", /* XXX: use probe */ + .metadata_conv = ff_id3v2_metadata_conv, }; #endif |