diff --git a/libavformat/mov.c b/libavformat/mov.c index 134ce27bc7c0897da568eff1574265cd1b133267..2b8ccd28e89caf74520be04e1fb328d855106031 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -2533,6 +2533,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; } /* Do not need those anymore. */