提交 1ac643f0 编写于 作者: P Paul B Mahol

avfilter/vf_lut2: use time_base from framesync

Fixes non-monotonous timestamps.
上级 cc5c6367
......@@ -507,7 +507,10 @@ static int lut2_config_output(AVFilterLink *outlink)
if ((ret = config_output(outlink)) < 0)
return ret;
return ff_framesync_configure(&s->fs);
ret = ff_framesync_configure(&s->fs);
outlink->time_base = s->fs.time_base;
return ret;
}
static int activate(AVFilterContext *ctx)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册