Changeset b2108b39f8c3a590c879de982fc0c4da88bed4bd
- Timestamp:
- 01/28/08 17:35:34
(7 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1201538134 +0000
- git-parent:
[aea8bd76f5b5e82246f81343319f5932b08964ae]
- git-author:
- Rafaël Carré <funman@videolan.org> 1201538134 +0000
- Message:
audio_output: same
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r9b96722 |
rb2108b3 |
|
| 874 | 874 | vlc_value_t oldval, vlc_value_t newval, void *p_data ) |
|---|
| 875 | 875 | { |
|---|
| | 876 | VLC_UNUSED(psz_cmd); VLC_UNUSED(oldval); |
|---|
| | 877 | VLC_UNUSED(newval); VLC_UNUSED(p_data); |
|---|
| 876 | 878 | aout_instance_t *p_aout = (aout_instance_t *)p_this; |
|---|
| 877 | 879 | int i; |
|---|