Revision e4d2d8c5 libavformat/oggparsetheora.c
libavformat/oggparsetheora.c | ||
---|---|---|
109 | 109 |
st->need_parsing = AVSTREAM_PARSE_HEADERS; |
110 | 110 |
|
111 | 111 |
} else if (os->buf[os->pstart] == 0x83) { |
112 |
vorbis_comment (s, os->buf + os->pstart + 7, os->psize - 8); |
|
112 |
ff_vorbis_comment (s, os->buf + os->pstart + 7, os->psize - 8);
|
|
113 | 113 |
} |
114 | 114 |
|
115 | 115 |
st->codec->extradata = av_realloc (st->codec->extradata, |
Also available in: Unified diff