Changeset 514ab9ef4abf5e361fed91424a3b2cc5ee2e530d
- Timestamp:
- 12/16/07 16:00:15
(9 months ago)
- Author:
- Antoine Cellerier <dionoea@videolan.org>
- git-committer:
- Antoine Cellerier <dionoea@videolan.org> 1197817215 +0000
- git-parent:
[c704c4afd46601b4e0333525329f71ebbbb397ba]
- git-author:
- Antoine Cellerier <dionoea@videolan.org> 1197817215 +0000
- Message:
Oops.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rc704c4a |
r514ab9e |
|
| 48 | 48 | aout_input_t * p_input; |
|---|
| 49 | 49 | input_thread_t * p_input_thread; |
|---|
| 50 | | vlc_value_t val; |
|---|
| 51 | 50 | |
|---|
| 52 | 51 | /* Sanitize audio format */ |
|---|
| … | … | |
| 141 | 140 | |
|---|
| 142 | 141 | vlc_mutex_unlock( &p_aout->mixer_lock ); |
|---|
| 143 | | p_input->i_desync = var_CreateGet( p_this, "audio-desync" ) * 1000; |
|---|
| | 142 | p_input->i_desync = var_CreateGetInteger( p_this, "audio-desync" ) * 1000; |
|---|
| 144 | 143 | |
|---|
| 145 | 144 | p_input_thread = (input_thread_t *)vlc_object_find( p_this, |
|---|