mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-17 20:17:55 +02:00
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:
parent
9bc7ee8a98
commit
e66a187638
@ -599,10 +599,8 @@ static int bmp_probe(AVProbeData *p)
|
|||||||
|
|
||||||
if (!AV_RN32(b + 6)) {
|
if (!AV_RN32(b + 6)) {
|
||||||
return AVPROBE_SCORE_EXTENSION + 1;
|
return AVPROBE_SCORE_EXTENSION + 1;
|
||||||
} else {
|
|
||||||
return AVPROBE_SCORE_EXTENSION / 4;
|
|
||||||
}
|
}
|
||||||
return 0;
|
return AVPROBE_SCORE_EXTENSION / 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int dpx_probe(AVProbeData *p)
|
static int dpx_probe(AVProbeData *p)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user