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

avfilter/vf_colorbalance: remove wrong addition

上级 4cfcfb36
......@@ -111,7 +111,7 @@ static float get_component(float v, float l,
v += m;
v += h;
return av_clipf(v + 0.5f, 0, 1);
return av_clipf(v, 0, 1);
}
static float hfun(float n, float h, float s, float l)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册