vlc, how to return ntf_thread_t Pointer??I would like to call Quick Play Interface.code: void libvlc_play_skipback( libvlc_media_player_t *p_mi, libvlc_exception_t *p_e ) vout_thread_t *p_vout = GetVout( p_mi, p_e ); if( !p_vout ) return; intf_thread_t *p_intf = NULL; p_intf = ( intf_thread_t * ) vl...