mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-12 10:29:39 +00:00
bintext: reset x and y pos after each frame decode.
This makes successive frames decode possible. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
4052bf69ac
commit
3775af0fec
@ -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…
Reference in New Issue
Block a user