diff id3v2.h @ 5264:323fc801aa57 libavformat

MP3 muxer: Write all metadata. Patch by Anton Khirnov <wyskas at gmail dot com>
author ramiro
date Mon, 05 Oct 2009 16:06:00 +0000
parents 1403c88b1ce7
children 2568a59ac5fe
line wrap: on
line diff
--- a/id3v2.h	Mon Oct 05 09:19:42 2009 +0000
+++ b/id3v2.h	Mon Oct 05 16:06:00 2009 +0000
@@ -54,4 +54,10 @@
 
 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 */