ansi: remove an extra return

This commit is contained in:
Anton Khirnov 2012-11-14 14:28:36 +01:00
parent c3a76c3dec
commit 808b2227d7

View File

@ -370,7 +370,6 @@ static int decode_frame(AVCodecContext *avctx,
} else {
s->state = STATE_NORMAL;
draw_char(avctx, 0x1B);
return -1;
continue;
}
break;