]> git.sesse.net Git - vlc/commitdiff
libvlc: comment about libvlc_video_destroy().
authorPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 13 Jun 2008 13:07:15 +0000 (15:07 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 13 Jun 2008 13:07:15 +0000 (15:07 +0200)
include/vlc/deprecated.h

index 99c1c015a0c2290f167137197acf8a7471945247..d88439e73c0df1597c4569194008bb7226b8f78b 100644 (file)
@@ -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 *);
 
 /*****************************************************************************