Commit a79a9341 authored by Laurent Aimar's avatar Laurent Aimar

Added missing return value in equalizer.

parent 3b4d57e9
......@@ -616,5 +616,6 @@ static int TwoPassCallback( vlc_object_t *p_this, char const *psz_cmd,
/* FIXME lock (same for all other callbacks) */
p_sys->b_2eqz = newval.b_bool;
return VLC_SUCCESS;
}
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