Changeset fed5de25e1876a9c719a1b4a64eb0f5255dca416
- Timestamp:
- 01/03/08 19:51:36
(8 months ago)
- Author:
- Olivier Aubert <olivier.aubert@liris.cnrs.fr>
- git-committer:
- Olivier Aubert <olivier.aubert@liris.cnrs.fr> 1199386296 +0000
- git-parent:
[5d01cf935775068e6fd4b21362dcb6174a7c6c85]
- git-author:
- Olivier Aubert <olivier.aubert@liris.cnrs.fr> 1199386296 +0000
- Message:
bindings/python/vlc_input.c: update to match
libvlc_video_take_snapshot API change (it would be nice to grep the
VLC source, or at least the bindings directory, for the symbol when
doing such a change).
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r6ee1e19 |
rfed5de2 |
|
| 297 | 297 | |
|---|
| 298 | 298 | LIBVLC_TRY; |
|---|
| 299 | | libvlc_video_take_snapshot( LIBVLC_INPUT->p_md, psz_filename, &ex); |
|---|
| | 299 | libvlc_video_take_snapshot( LIBVLC_INPUT->p_md, psz_filename, 0, 0, &ex); |
|---|
| 300 | 300 | LIBVLC_EXCEPT; |
|---|
| 301 | 301 | Py_INCREF( Py_None ); |
|---|