[FFmpeg-cvslog] ansi: remove an extra return

Anton Khirnov git at videolan.org
Sun Dec 23 15:10:44 CET 2012


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Wed Nov 14 14:28:36 2012 +0100| [808b2227d7485e54d02af7a6294c3b70b63ce773] | committer: Anton Khirnov

ansi: remove an extra return

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

 libavcodec/ansi.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/ansi.c b/libavcodec/ansi.c
index edd373d..c2a1d83 100644
--- a/libavcodec/ansi.c
+++ b/libavcodec/ansi.c
@@ -370,7 +370,6 @@ static int decode_frame(AVCodecContext *avctx,
             } else {
                 s->state = STATE_NORMAL;
                 draw_char(avctx, 0x1B);
-                    return -1;
                 continue;
             }
             break;



More information about the ffmpeg-cvslog mailing list