Commit 72d6a16e authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

libvlc: move libvlc_video_destroy to the deprecated function.

It is doing something not supported at all.
parent 654e539f
......@@ -29,6 +29,7 @@
extern "C" {
# endif
VLC_DEPRECATED_API int libvlc_video_destroy( libvlc_media_player_t *, libvlc_exception_t *);
/*****************************************************************************
* Playlist (Deprecated)
......
......@@ -619,8 +619,6 @@ VLC_PUBLIC_API void libvlc_video_set_teletext( libvlc_media_player_t *, int, lib
*/
VLC_PUBLIC_API void libvlc_video_take_snapshot( libvlc_media_player_t *, char *,unsigned int, unsigned int, libvlc_exception_t * );
VLC_PUBLIC_API int libvlc_video_destroy( libvlc_media_player_t *, libvlc_exception_t *);
/**
* Resize the current video output window.
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment