[vlc-devel] commit: libvlc: Fix GetVout's comment. Pointed out by Lukas. (Pierre d' Herbemont )
git version control
git at videolan.org
Fri Jun 13 15:05:34 CEST 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Fri Jun 13 14:54:07 2008 +0200| [917203ff1fc72c97676f3853881c55c6da8c2aff]
libvlc: Fix GetVout's comment. Pointed out by Lukas.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=917203ff1fc72c97676f3853881c55c6da8c2aff
---
src/control/video.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/control/video.c b/src/control/video.c
index 91ec92a..965f8f8 100644
--- a/src/control/video.c
+++ b/src/control/video.c
@@ -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 )
More information about the vlc-devel
mailing list