Commit f91730a1 authored by Hendrik Leppkes's avatar Hendrik Leppkes Committed by Michael Niedermayer

jv: initialize AVFrame

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent bd93f3c5
......@@ -43,6 +43,7 @@ static av_cold int decode_init(AVCodecContext *avctx)
JvContext *s = avctx->priv_data;
avctx->pix_fmt = AV_PIX_FMT_PAL8;
ff_dsputil_init(&s->dsp, avctx);
avcodec_get_frame_defaults(&s->frame);
return 0;
}
......
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