Commit a4f7a771 authored by Christophe Mutricy's avatar Christophe Mutricy

Should fix compilation. Not tested

parent e6e82bda
...@@ -202,7 +202,7 @@ mediacontrol_start( mediacontrol_Instance *self, ...@@ -202,7 +202,7 @@ mediacontrol_start( mediacontrol_Instance *self,
/* Set start time */ /* Set start time */
snprintf( psz_from, 20, "start-time=%i", i_from ); snprintf( psz_from, 20, "start-time=%i", i_from );
playlist_ItemAddOption( p_playlist->status.p_item, psz_from ); vlc_input_item_AddOption( p_playlist->status.p_item->p_input, psz_from );
free( psz_from ); free( psz_from );
} }
......
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