[vlc-commits] commit: Removed duplicated vout_Close description. (Laurent Aimar )
git at videolan.org
git at videolan.org
Thu May 27 21:44:54 CEST 2010
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Thu May 27 21:44:29 2010 +0200| [78ab1ef2678ca93f5a5686f9f2a746ad6a4307f4] | committer: Laurent Aimar
Removed duplicated vout_Close description.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=78ab1ef2678ca93f5a5686f9f2a746ad6a4307f4
---
src/video_output/video_output.c | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/src/video_output/video_output.c b/src/video_output/video_output.c
index 2cc823d..b873d4c 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);
More information about the vlc-commits
mailing list