Changeset 62c8ef3ed868ba9fd5d1e84c920bc0fc3606ac66

Show
Ignore:
Timestamp:
09/20/07 16:51:30 (1 year ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1190299890 +0000
git-parent:

[51c06e4b741acc82e2b71e3bb1278a132c06049d]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1190299890 +0000
Message:

interface.c: Default b_should_run_on_first_thread to false.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/interface/interface.c

    r51c06e4 r62c8ef3  
    8686    p_intf->b_play = VLC_FALSE; 
    8787    p_intf->b_interaction = VLC_FALSE; 
     88    p_intf->b_should_run_on_first_thread = VLC_FALSE; 
    8889 
    8990    for( i = 0 ; i< i_options; i++ )