Commit e142a23e authored by Rémi Duraffort's avatar Rémi Duraffort

Small cleanup.

parent 2c17f860
......@@ -367,10 +367,9 @@ static int Callback(vlc_object_t *object, char const *cmd,
{
filter_t *filter = (filter_t *)object;
filter_sys_t *sys = filter->p_sys;
VLC_UNUSED(oldval); VLC_UNUSED(data);
VLC_UNUSED(cmd); VLC_UNUSED(oldval); VLC_UNUSED(data);
vlc_mutex_lock(&sys->cfg.lock);
//if (!strcmp(cmd, CFG_PREFIX "variance"))
sys->cfg.variance = newval.f_float;
vlc_mutex_unlock(&sys->cfg.lock);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment