Browse Source

bintext: reset x and y pos after each frame decode.

This makes successive frames decode possible.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
Clément Bœsch Michael Niedermayer 14 years ago
parent
commit
3775af0fec
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/bintext.c

+ 1
- 0
libavcodec/bintext.c View File

@@ -131,6 +131,7 @@ static int decode_frame(AVCodecContext *avctx,
int buf_size = avpkt->size;
const uint8_t *buf_end = buf+buf_size;

s->x = s->y = 0;
s->frame.buffer_hints = FF_BUFFER_HINTS_VALID |
FF_BUFFER_HINTS_PRESERVE |
FF_BUFFER_HINTS_REUSABLE;


Loading…
Cancel
Save