提交 7f3a6844 编写于 作者: S Shaolin 提交者: jp9000

obs-filters: Clear unused parameter warning

Closes jp9000/obs-studio#1188
上级 18c1f104
......@@ -432,6 +432,8 @@ static void compressor_tick(void *data, float seconds)
bfree(new_name);
}
UNUSED_PARAMETER(seconds);
}
static struct obs_audio_data *compressor_filter_audio(void *data,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册