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-05 23:06:40 -08:00 committed by Michael Niedermayer
parent 9bc7ee8a98
commit e66a187638
1 changed files with 1 additions and 3 deletions

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)