Commit 15eda746 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/proresenc_anatoliy: remove coded_frame use

coded_frame.key_frame should be set by the core already
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 47424b86
......@@ -590,9 +590,6 @@ static av_cold int prores_encode_init(AVCodecContext *avctx)
scale_mat(QMAT_CHROMA[avctx->profile], ctx->qmat_chroma[i - 1], i);
}
avctx->coded_frame->key_frame = 1;
avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I;
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