summaryrefslogtreecommitdiff
path: root/libavformat/id3v2.h
diff options
context:
space:
mode:
authorPatrick Dehne <patrick@mysonicweb.com>2009-06-19 14:03:35 +0000
committerDiego Biurrun <diego@biurrun.de>2009-06-19 14:03:35 +0000
commit50fcd5be36d04a7674f5eef267ef71117efa3796 (patch)
treef16c5eb8a4f77edbb2036d35c160b30dd69d9aa0 /libavformat/id3v2.h
parent2a04d6e7726d5397913544180196c8c06784aea6 (diff)
Move id3v1/id3v2 handling code from mp3.c to id3v[12].c.
patch by Patrick Dehne, patrick mysonicweb com Originally committed as revision 19224 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/id3v2.h')
-rw-r--r--libavformat/id3v2.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavformat/id3v2.h b/libavformat/id3v2.h
index f7b8627593..791c00c595 100644
--- a/libavformat/id3v2.h
+++ b/libavformat/id3v2.h
@@ -46,4 +46,9 @@ int ff_id3v2_tag_len(const uint8_t *buf);
*/
void ff_id3v2_parse(AVFormatContext *s, int len, uint8_t version, uint8_t flags);
+/**
+ * Read an ID3v2 tag
+ */
+void ff_id3v2_read(AVFormatContext *s);
+
#endif /* AVFORMAT_ID3V2_H */