提交 9df477e0 编写于 作者: M Michael Niedermayer 提交者: Anton Khirnov

yadif: update frame rate

(cherry picked from ffmpeg commit 31619584)
Signed-off-by: NAnton Khirnov <anton@khirnov.net>
上级 1062880d
......@@ -462,6 +462,10 @@ static int config_props(AVFilterLink *link)
link->w = link->src->inputs[0]->w;
link->h = link->src->inputs[0]->h;
if (s->mode & 1)
link->frame_rate = av_mul_q(link->src->inputs[0]->frame_rate,
(AVRational){2, 1});
s->csp = av_pix_fmt_desc_get(link->format);
if (s->csp->comp[0].depth > 8) {
s->filter_line = filter_line_c_16bit;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册