ffmpeg | branch: master | Timothy Gu <timothyg...@gmail.com> | Thu Feb  5 
23:06:40 2015 -0800| [e66a187638414874ceea4bf6809a61b1463afc5a] | committer: 
Michael Niedermayer

img2dec: Remove dead code

Reviewed-by: Reimar Döffinger <reimar.doeffin...@gmx.de>
Reviewed-by: Carl Eugen Hoyos <ceho...@ag.or.at>
Signed-off-by: Michael Niedermayer <michae...@gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e66a187638414874ceea4bf6809a61b1463afc5a
---

 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)

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to