Changeset 443254c6fe0534a05a48122e34738649d83ab247
- Timestamp:
- 20/06/07 07:39:20
(1 year ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1182317960 +0000
- git-parent:
[9e8d19373c7d7cf6e2c0d7cf34e674b2947a5f05]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1182317960 +0000
- Message:
ActiveX: More input->media_instance fix.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r91827a0 |
r443254c |
|
| 797 | 797 | { |
|---|
| 798 | 798 | libvlc_media_instance_set_time(p_md, _i_time, NULL); |
|---|
| 799 | | libvlc_media_instance_destroy_and_release(p_md); |
|---|
| | 799 | libvlc_media_instance_destroy_and_detach(p_md); |
|---|
| 800 | 800 | } |
|---|
| 801 | 801 | } |
|---|