提交 027c682f 编写于 作者: J James Almer

avfilter/vf_mcdeint: remove usage of deprecated AVCodecContext.me_method

Signed-off-by: NJames Almer <jamrial@gmail.com>
上级 6ccd32c3
......@@ -134,7 +134,7 @@ static int config_props(AVFilterLink *inlink)
case MODE_EXTRA_SLOW:
enc_ctx->refs = 3;
case MODE_SLOW:
enc_ctx->me_method = ME_ITER;
av_dict_set(&opts, "motion_est", "iter", 0);
case MODE_MEDIUM:
enc_ctx->flags |= AV_CODEC_FLAG_4MV;
enc_ctx->dia_size = 2;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册