diff --git a/libavformat/oggparseogm.c b/libavformat/oggparseogm.c index 6067f95d11..af1e4cfaaa 100644 --- a/libavformat/oggparseogm.c +++ b/libavformat/oggparseogm.c @@ -68,6 +68,7 @@ ogm_header(AVFormatContext *s, int idx) acid[4] = 0; cid = strtol(acid, NULL, 16); st->codec->codec_id = codec_get_id(codec_wav_tags, cid); + st->need_parsing = AVSTREAM_PARSE_FULL; } p += 4; /* useless size field */