Commit 016c04ba authored by Laurent Aimar's avatar Laurent Aimar

* vlcproc.cpp: compilation fix.

parent d5c44e83
...@@ -573,7 +573,7 @@ void VlcProc::MoveStream( long Pos ) ...@@ -573,7 +573,7 @@ void VlcProc::MoveStream( long Pos )
if( p_intf->p_sys->p_input == NULL ) if( p_intf->p_sys->p_input == NULL )
return; return;
var_SetFloat( p_intf->p_input, "position", (double)Pos / SLIDER_RANGE ); var_SetFloat( p_intf->p_sys->p_input, "position", (double)Pos / SLIDER_RANGE );
// Refresh interface // Refresh interface
InterfaceRefresh(); InterfaceRefresh();
......
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