Commit bb2ce27e authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Remove one vlc_object_find usage.

parent 0f0e2e4d
......@@ -192,7 +192,7 @@ static void Run( intf_thread_t *p_intf )
/* Update the vout */
p_last_vout = p_vout;
p_vout = vlc_object_find( p_intf, VLC_OBJECT_VOUT, FIND_ANYWHERE );
p_vout = input_GetVout( p_input );
/* Register OSD channels */
if( p_vout && p_vout != p_last_vout )
......
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