提交 79127dbb 编写于 作者: D Derek Buitenhuis

Merge commit '3ef98937'

* commit '3ef98937':
  mov: Force the full parsing of mp3
Merged-by: NDerek Buitenhuis <derek.buitenhuis@gmail.com>
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册