mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-23 15:53:08 +00: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)) {
|
||||
return AVPROBE_SCORE_EXTENSION + 1;
|
||||
} else {
|
||||
return AVPROBE_SCORE_EXTENSION / 4;
|
||||
}
|
||||
return 0;
|
||||
return AVPROBE_SCORE_EXTENSION / 4;
|
||||
}
|
||||
|
||||
static int dpx_probe(AVProbeData *p)
|
||||
|
Loading…
Reference in New Issue
Block a user