1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-07-25 21:51:29 +02:00

sanm: reset frame sizes on buffer destruction

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-02-12 01:59:07 +01:00
parent 365270aec5
commit f0d9ccac89

View File

@ -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)