Commit 5ea4ee7b authored by Michael Niedermayer's avatar Michael Niedermayer

flacdec: mark as AVSTREAM_PARSE_FULL_RAW

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent ea8c12c9
......@@ -165,7 +165,7 @@ static int flac_read_header(AVFormatContext *s)
return AVERROR(ENOMEM);
st->codec->codec_type = AVMEDIA_TYPE_AUDIO;
st->codec->codec_id = CODEC_ID_FLAC;
st->need_parsing = AVSTREAM_PARSE_FULL;
st->need_parsing = AVSTREAM_PARSE_FULL_RAW;
/* the parameters will be extracted from the compressed bitstream */
/* if fLaC marker is not found, assume there is no header */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment