diff options
author | Peter Ross <pross@xvid.org> | 2012-09-01 15:15:13 +1000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-09-01 15:22:20 +0200 |
commit | 368a768cbcbf9320fcd8cf6c2ecb7f6904837a95 (patch) | |
tree | c551ef919e28b93692979d756b9b7dfe8aad1c84 /libavcodec/ansi.c | |
parent | c3f20cef06101adabffab98d81c6002d9202ef63 (diff) | |
download | ffmpeg-368a768cbcbf9320fcd8cf6c2ecb7f6904837a95.tar.gz |
ansi: remove misplaced return
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/ansi.c')
-rw-r--r-- | libavcodec/ansi.c | 1 |
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; |