Commit c5ffd0a3 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

motion interface: use var_Inherit

parent 8b9bc128
...@@ -156,7 +156,8 @@ int Open ( vlc_object_t *p_this ) ...@@ -156,7 +156,8 @@ int Open ( vlc_object_t *p_this )
p_intf->pf_run = RunIntf; p_intf->pf_run = RunIntf;
p_intf->p_sys->b_use_rotate = config_GetInt( p_intf, "motion-use-rotate" ); p_intf->p_sys->b_use_rotate =
var_InheritInteger( p_intf, "motion-use-rotate" );
return VLC_SUCCESS; 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