Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-11-14 17:28:36 +0400
committerAnton Khirnov <anton@khirnov.net>2012-12-23 14:17:53 +0400
commit808b2227d7485e54d02af7a6294c3b70b63ce773 (patch)
tree561a7c711cb987376af9002d72d2345b0a734d2c /libavcodec
parentc3a76c3decc7ee9439609fcf3fd405cccfb0bcff (diff)
ansi: remove an extra return
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/ansi.c1
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;