Changeset 62c8ef3ed868ba9fd5d1e84c920bc0fc3606ac66
- 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
| r51c06e4 |
r62c8ef3 |
|
| 86 | 86 | p_intf->b_play = VLC_FALSE; |
|---|
| 87 | 87 | p_intf->b_interaction = VLC_FALSE; |
|---|
| | 88 | p_intf->b_should_run_on_first_thread = VLC_FALSE; |
|---|
| 88 | 89 | |
|---|
| 89 | 90 | for( i = 0 ; i< i_options; i++ ) |
|---|