From: Anton Khirnov Date: Wed, 14 Nov 2012 13:28:36 +0000 (+0100) Subject: ansi: remove an extra return X-Git-Tag: n1.1~19^2~63 X-Git-Url: https://git.videolan.org/?p=ffmpeg.git;a=commitdiff_plain;h=808b2227d7485e54d02af7a6294c3b70b63ce773 ansi: remove an extra return --- diff --git a/libavcodec/ansi.c b/libavcodec/ansi.c index edd373db45..c2a1d83974 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;