[vlc-devel] commit: libvlc: move libvlc_video_destroy to the deprecated function. ( Pierre d'Herbemont )
git version control
git at videolan.org
Fri Jun 13 15:05:34 CEST 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Fri Jun 13 15:04:57 2008 +0200| [72d6a16e0038b544fdcb36f30139acf1dc9e5c83]
libvlc: move libvlc_video_destroy to the deprecated function.
It is doing something not supported at all.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=72d6a16e0038b544fdcb36f30139acf1dc9e5c83
---
include/vlc/deprecated.h | 1 +
include/vlc/libvlc.h | 2 --
2 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/include/vlc/deprecated.h b/include/vlc/deprecated.h
index 599656e..99c1c01 100644
--- a/include/vlc/deprecated.h
+++ b/include/vlc/deprecated.h
@@ -29,6 +29,7 @@
extern "C" {
# endif
+VLC_DEPRECATED_API int libvlc_video_destroy( libvlc_media_player_t *, libvlc_exception_t *);
/*****************************************************************************
* Playlist (Deprecated)
diff --git a/include/vlc/libvlc.h b/include/vlc/libvlc.h
index b191c43..bb155dc 100644
--- a/include/vlc/libvlc.h
+++ b/include/vlc/libvlc.h
@@ -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.
*
More information about the vlc-devel
mailing list