]> git.sesse.net Git - vlc/commitdiff
libvlc: move libvlc_video_destroy to the deprecated function.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 13 Jun 2008 13:04:57 +0000 (15:04 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 13 Jun 2008 13:04:57 +0000 (15:04 +0200)
It is doing something not supported at all.

include/vlc/deprecated.h
include/vlc/libvlc.h

index 599656e5fe6571d3f5ef1ad2461c4bf2fc1429fa..99c1c015a0c2290f167137197acf8a7471945247 100644 (file)
@@ -29,6 +29,7 @@
 extern "C" {
 # endif
 
+VLC_DEPRECATED_API int libvlc_video_destroy( libvlc_media_player_t *, libvlc_exception_t *);
 
 /*****************************************************************************
  * Playlist (Deprecated)
index b191c43b3b3a7b497e4b3cfb29a26d35793303b7..bb155dc1cc1cd29d443770d7cdbb40ea80c964f6 100644 (file)
@@ -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.
  *