diff --git a/libavformat/mov.c b/libavformat/mov.c index b1a2ea7719..e26cc10af5 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -3100,6 +3100,9 @@ static int mov_read_trak(MOVContext *c, AVIOContext *pb, MOVAtom atom) st->codec->width = 0; /* let decoder init width/height */ st->codec->height= 0; break; + case AV_CODEC_ID_MP3: + st->need_parsing = AVSTREAM_PARSE_FULL; + break; } // If the duration of the mp3 packets is not constant, then they could need a parser