Commit b6810254 authored by Laurent Aimar's avatar Laurent Aimar

Fixed win32 build.

parent 2c172c17
......@@ -429,6 +429,6 @@ static int Forward(vlc_object_t *object, char const *var,
VLC_UNUSED(oldval);
VLC_UNUSED(data);
return var_Set(vout->p_sys->vd, var, newval);
return var_Set(vout->p->p_sys->vd, var, newval);
}
#endif
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