]> git.sesse.net Git - vlc/commitdiff
Fixed win32 build.
authorLaurent Aimar <fenrir@videolan.org>
Sun, 18 Apr 2010 20:48:26 +0000 (22:48 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 18 Apr 2010 20:48:26 +0000 (22:48 +0200)
src/video_output/vout_wrapper.c

index cfe5dde6e7f9295b5d69a2eea4dd10fdbeafffad..d475f2ec610aec826ded5d9eab77d8a26d304be7 100644 (file)
@@ -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