mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-25 20:50:09 +00:00
oggparsetheora: fix metadata parsing
Fixes Ticket1508 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
ba752dc016
commit
bb7073921c
@ -110,7 +110,7 @@ theora_header (AVFormatContext * s, int idx)
|
||||
st->codec->codec_id = AV_CODEC_ID_THEORA;
|
||||
st->need_parsing = AVSTREAM_PARSE_HEADERS;
|
||||
|
||||
} else if (os->buf[os->pstart] == 0x83) {
|
||||
} else if (os->buf[os->pstart] == 0x81) {
|
||||
ff_vorbis_comment (s, &st->metadata, os->buf + os->pstart + 7, os->psize - 8);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user