From 808b2227d7485e54d02af7a6294c3b70b63ce773 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 14 Nov 2012 14:28:36 +0100 Subject: ansi: remove an extra return --- libavcodec/ansi.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/ansi.c') 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; -- cgit v1.2.3