Commit e66a1876 authored by Timothy Gu's avatar Timothy Gu Committed by Michael Niedermayer

img2dec: Remove dead code

Reviewed-by: 's avatarReimar Döffinger <Reimar.Doeffinger@gmx.de>
Reviewed-by: 's avatarCarl Eugen Hoyos <cehoyos@ag.or.at>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment