提交 e66a1876 编写于 作者: T Timothy Gu 提交者: Michael Niedermayer

img2dec: Remove dead code

Reviewed-by: NReimar Döffinger <Reimar.Doeffinger@gmx.de>
Reviewed-by: NCarl Eugen Hoyos <cehoyos@ag.or.at>
Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 9bc7ee8a
......@@ -599,10 +599,8 @@ static int bmp_probe(AVProbeData *p)
if (!AV_RN32(b + 6)) {
return AVPROBE_SCORE_EXTENSION + 1;
} else {
return AVPROBE_SCORE_EXTENSION / 4;
}
return 0;
return AVPROBE_SCORE_EXTENSION / 4;
}
static int dpx_probe(AVProbeData *p)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册