提交 64f48169 编写于 作者: M Michael Niedermayer

avformat/mp3dec: 4x faster probing

Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 557571ff
......@@ -67,6 +67,8 @@ static int mp3_read_probe(AVProbeData *p)
for(; buf < end; buf= buf2+1) {
buf2 = buf;
if(ff_mpa_check_header(AV_RB32(buf2)))
continue;
for(frames = 0; buf2 < end; frames++) {
header = AV_RB32(buf2);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册