Commit e083a62e authored by Michael Niedermayer's avatar Michael Niedermayer

aacdec: switch to AVSTREAM_PARSE_FULL_RAW

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 6f618237
......@@ -72,7 +72,7 @@ static int adts_aac_read_header(AVFormatContext *s)
st->codec->codec_type = AVMEDIA_TYPE_AUDIO;
st->codec->codec_id = s->iformat->raw_codec_id;
st->need_parsing = AVSTREAM_PARSE_FULL;
st->need_parsing = AVSTREAM_PARSE_FULL_RAW;
ff_id3v1_read(s);
......
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