[vlc-devel] commit: libvlc: comment about libvlc_video_destroy(). (Pierre d'Herbemont )
git version control
git at videolan.org
Fri Jun 13 15:19:47 CEST 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Fri Jun 13 15:07:15 2008 +0200| [57530c1b6605efa9510c28f0d3e5b4898f10eb1c]
libvlc: comment about libvlc_video_destroy().
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=57530c1b6605efa9510c28f0d3e5b4898f10eb1c
---
include/vlc/deprecated.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/include/vlc/deprecated.h b/include/vlc/deprecated.h
index 99c1c01..d88439e 100644
--- a/include/vlc/deprecated.h
+++ b/include/vlc/deprecated.h
@@ -29,6 +29,9 @@
extern "C" {
# endif
+/*
+ * This function shall not be used at all. It may lead to crash and race condition.
+ */
VLC_DEPRECATED_API int libvlc_video_destroy( libvlc_media_player_t *, libvlc_exception_t *);
/*****************************************************************************
More information about the vlc-devel
mailing list