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

avfilter/af_headphone: do not reduce LFE gain too much

上级 84d1adb1
......@@ -795,7 +795,7 @@ static int config_output(AVFilterLink *outlink)
}
}
s->gain_lfe = expf((s->gain - 3 * inlink->channels - 6 + s->lfe_gain) / 20 * M_LN10);
s->gain_lfe = expf((s->gain - 3 * inlink->channels + s->lfe_gain) / 20 * M_LN10);
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册