mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
sanm: reset frame sizes on buffer destruction
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
365270aec5
commit
f0d9ccac89
@ -231,6 +231,9 @@ static void destroy_buffers(SANMVideoContext *ctx)
|
||||
av_freep(&ctx->frm2);
|
||||
av_freep(&ctx->stored_frame);
|
||||
av_freep(&ctx->rle_buf);
|
||||
ctx->frm0_size =
|
||||
ctx->frm1_size =
|
||||
ctx->frm2_size = 0;
|
||||
}
|
||||
|
||||
static av_cold int init_buffers(SANMVideoContext *ctx)
|
||||
|
Loading…
Reference in New Issue
Block a user