From 078d89a2b0a328216cd799ebf3044b02354430fd Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 5 Oct 2009 16:06:00 +0000 Subject: MP3 muxer: Write all metadata. Patch by Anton Khirnov Originally committed as revision 20170 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/id3v2.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libavformat/id3v2.h') 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 */ -- cgit v1.2.3