diff options
author | Anton Khirnov <wyskas@gmail.com> | 2009-10-05 16:06:00 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2009-10-05 16:06:00 +0000 |
commit | 078d89a2b0a328216cd799ebf3044b02354430fd (patch) | |
tree | 0ad9b628773150de2d343d8882ab2f2a4a871fcb /libavformat/id3v2.h | |
parent | 79c0790789668f07e414eb1205ddffa9fd8236f0 (diff) | |
download | ffmpeg-078d89a2b0a328216cd799ebf3044b02354430fd.tar.gz |
MP3 muxer: Write all metadata.
Patch by Anton Khirnov <wyskas at gmail dot com>
Originally committed as revision 20170 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/id3v2.h')
-rw-r--r-- | libavformat/id3v2.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libavformat/id3v2.h b/libavformat/id3v2.h index 3e981a439a..7018ebbb0b 100644 --- a/libavformat/id3v2.h +++ b/libavformat/id3v2.h @@ -54,4 +54,10 @@ void ff_id3v2_read(AVFormatContext *s); extern const AVMetadataConv ff_id3v2_metadata_conv[]; +/** + * A list of ID3v2.4 text information frames. + * http://www.id3.org/id3v2.4.0-frames + */ +extern const char const ff_id3v2_tags[][4]; + #endif /* AVFORMAT_ID3V2_H */ |