Revision 46a2da76 libavformat/id3v2.h
libavformat/id3v2.h | ||
---|---|---|
54 | 54 |
int ff_id3v2_tag_len(const uint8_t *buf); |
55 | 55 |
|
56 | 56 |
/** |
57 |
* ID3v2 parser |
|
58 |
* Handles ID3v2.2, 2.3 and 2.4. |
|
59 |
*/ |
|
60 |
void ff_id3v2_parse(AVFormatContext *s, int len, uint8_t version, uint8_t flags); |
|
61 |
|
|
62 |
/** |
|
63 | 57 |
* Read an ID3v2 tag |
64 | 58 |
*/ |
65 | 59 |
void ff_id3v2_read(AVFormatContext *s, const char *magic); |
Also available in: Unified diff