Commit 368a768c authored by Peter Ross's avatar Peter Ross Committed by Michael Niedermayer

ansi: remove misplaced return

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent c3f20cef
......@@ -372,7 +372,6 @@ static int decode_frame(AVCodecContext *avctx,
} else {
s->state = STATE_NORMAL;
draw_char(avctx, 0x1B);
return -1;
continue;
}
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment