]> git.sesse.net Git - vlc/blobdiff - src/interface/interface.c
* include/vlc/vlc.h: added a b_play parameter to the libvlc VLC_AddIntf() prototype.
[vlc] / src / interface / interface.c
index fc95c5d935fb352bbb492307a01a0ba4218c1630..d2de9a84c27fa56d896252121593fe2b3cfb5859 100644 (file)
@@ -278,6 +278,9 @@ static void RunInterface( intf_thread_t *p_intf )
     /* Give control to the interface */
     p_intf->pf_run( p_intf );
 
+    /* Reset play on start status */
+    p_intf->b_play = VLC_FALSE;
+
     /* Provide ability to switch the main interface on the fly */
     while( p_intf->psz_switch_intf )
     {