提交 c67cf84d 编写于 作者: M Michael Niedermayer

avfilter/af_sofalizer: Fix occured typo

Signed-off-by: NMichael Niedermayer <michael@niedermayer.cc>
上级 73840bbe
......@@ -830,7 +830,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *in)
}
emms_c();
/* display error message if clipping occured */
/* display error message if clipping occurred */
if (n_clippings[0] + n_clippings[1] > 0) {
av_log(ctx, AV_LOG_WARNING, "%d of %d samples clipped. Please reduce gain.\n",
n_clippings[0] + n_clippings[1], out->nb_samples * 2);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册