diff options
Diffstat (limited to 'libavformat/id3v2.h')
-rw-r--r-- | libavformat/id3v2.h | 5 |
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 */ |