Changeset 4d2821abb7607cdfe6aa9643cbdbebbb70373f2c
- Timestamp:
- 03/28/08 22:53:44
(5 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1206741224 +0100
- git-parent:
[59ccae24c320b83777c340230fbb22bc72ec75c1]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1206741196 +0100
- Message:
media_instance: Fix a typo.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rc90b3db |
r4d2821a |
|
| 574 | 574 | if( !p_mi->p_input_thread ) |
|---|
| 575 | 575 | { |
|---|
| 576 | | return; |
|---|
| 577 | 576 | vlc_mutex_unlock( &p_mi->object_lock ); |
|---|
| | 577 | return; |
|---|
| 578 | 578 | } |
|---|
| 579 | 579 | |
|---|