Revision 03700d39 libavformat/id3v2.c
libavformat/id3v2.c | ||
---|---|---|
23 | 23 |
#include "id3v1.h" |
24 | 24 |
#include "libavutil/avstring.h" |
25 | 25 |
#include "libavutil/intreadwrite.h" |
26 |
#include "metadata.h" |
|
26 | 27 |
|
27 | 28 |
int ff_id3v2_match(const uint8_t *buf, const char * magic) |
28 | 29 |
{ |
... | ... | |
249 | 250 |
/* Skip to end of tag */ |
250 | 251 |
url_fseek(s->pb, next, SEEK_SET); |
251 | 252 |
} |
253 |
metadata_conv(&s->metadata, NULL, ff_id3v2_metadata_conv); |
|
252 | 254 |
|
253 | 255 |
if (len > 0) { |
254 | 256 |
/* Skip padding */ |
Also available in: Unified diff