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