Revision e4d2d8c5 libavformat/oggparsevorbis.c
libavformat/oggparsevorbis.c | ||
---|---|---|
42 | 42 |
}; |
43 | 43 |
|
44 | 44 |
int |
45 |
vorbis_comment(AVFormatContext * as, uint8_t *buf, int size) |
|
45 |
ff_vorbis_comment(AVFormatContext * as, uint8_t *buf, int size)
|
|
46 | 46 |
{ |
47 | 47 |
const uint8_t *p = buf; |
48 | 48 |
const uint8_t *end = buf + size; |
... | ... | |
220 | 220 |
st->time_base.den = st->codec->sample_rate; |
221 | 221 |
} else if (os->buf[os->pstart] == 3) { |
222 | 222 |
if (os->psize > 8) |
223 |
vorbis_comment (s, os->buf + os->pstart + 7, os->psize - 8); |
|
223 |
ff_vorbis_comment (s, os->buf + os->pstart + 7, os->psize - 8);
|
|
224 | 224 |
} else { |
225 | 225 |
st->codec->extradata_size = |
226 | 226 |
fixup_vorbis_headers(s, priv, &st->codec->extradata); |
Also available in: Unified diff