Changeset 5d4b052965b669062a42fa905887921c1c07b342
- Timestamp:
- 29/05/07 11:56:20
(2 years ago)
- Author:
- Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- git-committer:
- Olivier Aubert <olivier.aubert@liris.cnrs.fr> 1180432580 +0000
- git-parent:
[417945c1c1523e7eaecfb3fbc922e15131fa1eef]
- git-author:
- Olivier Aubert <olivier.aubert@liris.cnrs.fr> 1180432580 +0000
- Message:
python bindings, vlc_mediacontrol.c: cast the py_param variable
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r417945c |
r5d4b052 |
|
| 91 | 91 | self->mc = mediacontrol_new_from_instance( p_instance, exception ); |
|---|
| 92 | 92 | Py_INCREF( py_param ); |
|---|
| 93 | | self->vlc_instance = py_param; |
|---|
| | 93 | self->vlc_instance = ( vlcInstance* ) py_param; |
|---|
| 94 | 94 | } |
|---|
| 95 | 95 | else |
|---|