Remove unnecessary memset.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
Reimar Döffinger 2011-10-29 13:19:21 +02:00
parent a2db46b883
commit 5c9b9165cd
1 changed files with 0 additions and 1 deletions

View File

@ -548,7 +548,6 @@ static av_cold int prores_encode_init(AVCodecContext *avctx)
return -1;
}
memset(ctx, 0, sizeof(ProresContext));
if ((avctx->height & 0xf) || (avctx->width & 0xf)) {
ctx->fill_y = av_malloc(DEFAULT_SLICE_MB_WIDTH << 9);
ctx->fill_u = av_malloc(DEFAULT_SLICE_MB_WIDTH << 8);