Commit ea8c12c9 authored by Michael Niedermayer's avatar Michael Niedermayer

mp3dec: mark as AVSTREAM_PARSE_FULL_RAW

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent c5f23df2
......@@ -167,7 +167,7 @@ static int mp3_read_header(AVFormatContext *s)
st->codec->codec_type = AVMEDIA_TYPE_AUDIO;
st->codec->codec_id = CODEC_ID_MP3;
st->need_parsing = AVSTREAM_PARSE_FULL;
st->need_parsing = AVSTREAM_PARSE_FULL_RAW;
st->start_time = 0;
// lcm of all mp3 sample rates
......
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