Changeset e869db080edf1e937d5a3ada2788dddfe9209109
- Timestamp:
- 09/20/07 16:49:24
(1 year ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1190299764 +0000
- git-parent:
[8939b3e86cacee6f59a5c900d8c2f22138f1a883]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1190299764 +0000
- Message:
interface.c: Default b_should_run_on_first_thread to false to be sure. (as per funman's request).
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r515bdc8 |
re869db0 |
|
| 287 | 287 | p_intf->b_die = VLC_FALSE; /* FIXME */ |
|---|
| 288 | 288 | p_intf->b_dead = VLC_FALSE; |
|---|
| | 289 | p_intf->b_should_run_on_first_thread = VLC_FALSE; |
|---|
| | 290 | |
|---|
| 289 | 291 | vlc_mutex_unlock( &p_intf->object_lock ); |
|---|
| 290 | 292 | |
|---|