Commit 57530c1b authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

libvlc: comment about libvlc_video_destroy().

parent 72d6a16e
......@@ -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 *);
/*****************************************************************************
......
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