Commit cfc7b9cf authored by Michael Niedermayer's avatar Michael Niedermayer

4xm: remove avcodec_get_frame_defaults() calls

They are not needed anymore
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent d73b65ed
......@@ -949,8 +949,6 @@ static av_cold int decode_init(AVCodecContext *avctx)
return AVERROR_INVALIDDATA;
}
avcodec_get_frame_defaults(&f->current_picture);
avcodec_get_frame_defaults(&f->last_picture);
f->version = AV_RL32(avctx->extradata) >> 16;
ff_dsputil_init(&f->dsp, avctx);
f->avctx = avctx;
......
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