]> git.sesse.net Git - vlc/commitdiff
interface.c: Default b_should_run_on_first_thread to false.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Thu, 20 Sep 2007 14:51:30 +0000 (14:51 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Thu, 20 Sep 2007 14:51:30 +0000 (14:51 +0000)
src/interface/interface.c

index f8a44f3444c4859e178db0f3ad800e3e80000b2c..fb157e4a2112ce5ce745ee925fcbf0ce177b312d 100644 (file)
@@ -85,6 +85,7 @@ intf_thread_t* __intf_Create( vlc_object_t *p_this, const char *psz_module,
     p_intf->pf_control_window = NULL;
     p_intf->b_play = VLC_FALSE;
     p_intf->b_interaction = VLC_FALSE;
+    p_intf->b_should_run_on_first_thread = VLC_FALSE;
 
     for( i = 0 ; i< i_options; i++ )
     {