[FFmpeg-devel] [PATCH 2/7] img2dec: Remove dead code
Timothy Gu
timothygu99 at gmail.com
Fri Feb 6 08:06:40 CET 2015
---
libavformat/img2dec.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/libavformat/img2dec.c b/libavformat/img2dec.c
index 1ab1309..8c5e9d5 100644
--- a/libavformat/img2dec.c
+++ b/libavformat/img2dec.c
@@ -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)
--
1.9.1
More information about the ffmpeg-devel
mailing list