img2dec: Remove dead code

Reviewed-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Reviewed-by: Carl Eugen Hoyos <cehoyos@ag.or.at>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Timothy Gu
2015-02-06 20:44:36 +01:00
committed by Michael Niedermayer
parent 9bc7ee8a98
commit e66a187638
+1 -3
View File
@@ -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)