diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-11-14 14:28:36 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-12-23 11:17:53 +0100 |
commit | 808b2227d7485e54d02af7a6294c3b70b63ce773 (patch) | |
tree | 561a7c711cb987376af9002d72d2345b0a734d2c | |
parent | c3a76c3decc7ee9439609fcf3fd405cccfb0bcff (diff) | |
download | ffmpeg-808b2227d7485e54d02af7a6294c3b70b63ce773.tar.gz |
ansi: remove an extra return
-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 edd373db45..c2a1d83974 100644 --- a/libavcodec/ansi.c +++ b/libavcodec/ansi.c @@ -370,7 +370,6 @@ static int decode_frame(AVCodecContext *avctx, } else { s->state = STATE_NORMAL; draw_char(avctx, 0x1B); - return -1; continue; } break; |