diff --git a/libavformat/mp3dec.c b/libavformat/mp3dec.c index 5300ab161e..f6db77a8d2 100644 --- a/libavformat/mp3dec.c +++ b/libavformat/mp3dec.c @@ -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