Browse Source

ansi: remove misplaced return

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.0
Peter Ross Michael Niedermayer 13 years ago
parent
commit
368a768cbc
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/ansi.c

+ 0
- 1
libavcodec/ansi.c View File

@@ -372,7 +372,6 @@ static int decode_frame(AVCodecContext *avctx,
} else {
s->state = STATE_NORMAL;
draw_char(avctx, 0x1B);
return -1;
continue;
}
break;


Loading…
Cancel
Save