]> git.sesse.net Git - vlc/blobdiff - modules/control/motion.c
Remove obsolete variable b_first_frame.
[vlc] / modules / control / motion.c
index 0935d28f3d0d2343db496a9b15d9a66137b0db7a..2af60ef91fad316e507d477ddfe094c56a47211f 100644 (file)
@@ -157,7 +157,7 @@ int Open ( vlc_object_t *p_this )
     p_intf->pf_run = RunIntf;
 
     p_intf->p_sys->b_use_rotate =
-        var_InheritInteger( p_intf, "motion-use-rotate" );
+        var_InheritBool( p_intf, "motion-use-rotate" );
 
     return VLC_SUCCESS;
 }