summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Ross <pross@xvid.org>2012-09-01 15:15:13 +1000
committerMichael Niedermayer <michaelni@gmx.at>2012-09-01 15:22:20 +0200
commit368a768cbcbf9320fcd8cf6c2ecb7f6904837a95 (patch)
treec551ef919e28b93692979d756b9b7dfe8aad1c84
parentc3f20cef06101adabffab98d81c6002d9202ef63 (diff)
ansi: remove misplaced return
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--libavcodec/ansi.c1
1 files changed, 0 insertions, 1 deletions
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;