Commit 917203ff authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

libvlc: Fix GetVout's comment. Pointed out by Lukas.

parent fd629427
...@@ -32,8 +32,7 @@ ...@@ -32,8 +32,7 @@
#include <vlc_vout.h> #include <vlc_vout.h>
/* /*
* Remember to release the returned vout_thread_t since it is locked at * Remember to release the returned vout_thread_t.
* the end of this function.
*/ */
static vout_thread_t *GetVout( libvlc_media_player_t *p_mi, static vout_thread_t *GetVout( libvlc_media_player_t *p_mi,
libvlc_exception_t *p_exception ) libvlc_exception_t *p_exception )
......
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