Commit 3775af0f authored by Clément Bœsch's avatar Clément Bœsch Committed by Michael Niedermayer

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

This makes successive frames decode possible.
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 4052bf69
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment