Changeset f845901a476c9f2af35a3aab9f82602353e60411
- Timestamp:
- 04/12/07 21:43:31
(11 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1196801011 +0000
- git-parent:
[13ed2b54ae7181b50a474a6f80abe0f9a88570eb]
- git-author:
- Rafaël Carré <funman@videolan.org> 1196801011 +0000
- Message:
fix activex compilation
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2f6a9d1 |
rf845901 |
|
| 2480 | 2480 | |
|---|
| 2481 | 2481 | /* take snapshot into file */ |
|---|
| 2482 | | libvlc_video_take_snapshot(p_md, psz_filepath, &ex); |
|---|
| | 2482 | libvlc_video_take_snapshot(p_md, psz_filepath, 0, 0, &ex); |
|---|
| 2483 | 2483 | libvlc_media_instance_release(p_md); |
|---|
| 2484 | 2484 | if( ! libvlc_exception_raised(&ex) ) |
|---|