ansi: remove misplaced return

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Peter Ross 2012-09-01 15:15:13 +10:00 committed by Michael Niedermayer
parent c3f20cef06
commit 368a768cbc

View File

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