From 78ab1ef2678ca93f5a5686f9f2a746ad6a4307f4 Mon Sep 17 00:00:00 2001 From: Laurent Aimar Date: Thu, 27 May 2010 21:44:29 +0200 Subject: [PATCH] Removed duplicated vout_Close description. --- src/video_output/video_output.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/video_output/video_output.c b/src/video_output/video_output.c index 2cc823d9f0..b873d4c13f 100644 --- a/src/video_output/video_output.c +++ b/src/video_output/video_output.c @@ -216,14 +216,6 @@ vout_thread_t *(vout_Request)(vlc_object_t *object, return VoutCreate(object, cfg); } -/***************************************************************************** - * vout_Close: Close a vout created by VoutCreate. - ***************************************************************************** - * You HAVE to call it on vout created by VoutCreate before vlc_object_release. - * You should NEVER call it on vout not obtained through VoutCreate - * (like with vout_Request or vlc_object_find.) - * You can use vout_CloseAndRelease() as a convenience method. - *****************************************************************************/ void vout_Close(vout_thread_t *vout) { assert(vout); -- 2.39.2