]> git.sesse.net Git - vlc/commitdiff
Removed duplicated vout_Close description.
authorLaurent Aimar <fenrir@videolan.org>
Thu, 27 May 2010 19:44:29 +0000 (21:44 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Thu, 27 May 2010 19:44:29 +0000 (21:44 +0200)
src/video_output/video_output.c

index 2cc823d9f0787ffdfe7df98c90918392fc6227ec..b873d4c13f978ee83aac090de78881944f74949b 100644 (file)
@@ -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);