]> git.sesse.net Git - vlc/commitdiff
libvlc: Fix GetVout's comment. Pointed out by Lukas.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 13 Jun 2008 12:54:07 +0000 (14:54 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 13 Jun 2008 12:59:59 +0000 (14:59 +0200)
src/control/video.c

index 91ec92aaa4fd6f4a96a8aaae0d2e7db1d6927724..965f8f80f7b03d43e21c6d9ea83e3a41451e0426 100644 (file)
@@ -32,8 +32,7 @@
 #include <vlc_vout.h>
 
 /*
- * Remember to release the returned vout_thread_t since it is locked at
- * the end of this function.
+ * Remember to release the returned vout_thread_t.
  */
 static vout_thread_t *GetVout( libvlc_media_player_t *p_mi,
                                libvlc_exception_t *p_exception )