提交 cb8d7173 编写于 作者: C Clément Bœsch

avfilter/volume: drop useless trailing comma

上级 34201fcf
......@@ -83,7 +83,7 @@ static const AVOption volume_options[] = {
OFFSET(replaygain_preamp), AV_OPT_TYPE_DOUBLE, { .dbl = 0.0 }, -15.0, 15.0, A|F },
{ "replaygain_noclip", "Apply replaygain clipping prevention",
OFFSET(replaygain_noclip), AV_OPT_TYPE_BOOL, { .i64 = 1 }, 0, 1, A|F },
{ NULL },
{ NULL }
};
AVFILTER_DEFINE_CLASS(volume);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册