Changeset 15d006748ec9ad23ea53dd7919c009b214cd8527
- Timestamp:
- 19/06/07 23:06:15
(1 year ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1182287175 +0000
- git-parent:
[34aa74681c8e5ebfcd81a3f6c30c50ba46cca2e7]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1182287175 +0000
- Message:
control/video.c: Use libvlc_media_instance_has_vout instead of libvlc_input_has_vout.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r34f8161 |
r15d0067 |
|
| 186 | 186 | } |
|---|
| 187 | 187 | |
|---|
| 188 | | vlc_bool_t libvlc_input_has_vout( libvlc_media_instance_t *p_mi, |
|---|
| | 188 | vlc_bool_t libvlc_media_instance_has_vout( libvlc_media_instance_t *p_mi, |
|---|
| 189 | 189 | libvlc_exception_t *p_e ) |
|---|
| 190 | 190 | { |
|---|