Changeset 5b8066fbfb9d205fca8a9b3b42644ba291df2cc8
- Timestamp:
- 05/16/07 23:35:54
(1 year ago)
- Author:
- Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- git-committer:
- Olivier Aubert <olivier.aubert@liris.cnrs.fr> 1179351354 +0000
- git-parent:
[ee4c83d55cb2d70772374b85d4f56f9be36c1e29]
- git-author:
- Olivier Aubert <olivier.aubert@liris.cnrs.fr> 1179351354 +0000
- Message:
bindings/python/vlc_instance.c: fix audio_set_volume method, closes #1195
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rc1432d5 |
r5b8066f |
|
| 429 | 429 | |
|---|
| 430 | 430 | LIBVLC_TRY; |
|---|
| 431 | | libvlc_audio_set_mute( LIBVLC_INSTANCE->p_instance, i_volume, &ex ); |
|---|
| | 431 | libvlc_audio_set_volume( LIBVLC_INSTANCE->p_instance, i_volume, &ex ); |
|---|
| 432 | 432 | LIBVLC_EXCEPT; |
|---|
| 433 | 433 | Py_INCREF( Py_None ); |
|---|