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

motion: use pl_CurrentItem()

parent 98220f2b
...@@ -160,9 +160,7 @@ static void *RunIntf( void *data ) ...@@ -160,9 +160,7 @@ static void *RunIntf( void *data )
if( b_change ) if( b_change )
{ {
#warning FIXME: refactor this plugin as a video filter! #warning FIXME: refactor this plugin as a video filter!
input_thread_t *p_input; input_thread_t *p_input = pl_CurrentInput( p_intf );
p_input = playlist_CurrentInput( pl_Get( p_intf ) );
if( p_input ) if( p_input )
{ {
vout_thread_t *p_vout; vout_thread_t *p_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