[vlc-devel] commit: Fixed vout_Create documentation. (Laurent Aimar )
git version control
git at videolan.org
Sat Jul 19 13:29:16 CEST 2008
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sat Jul 19 13:16:37 2008 +0200| [c35618f7942c54336aa93282f8407175d330295c]
Fixed vout_Create documentation.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c35618f7942c54336aa93282f8407175d330295c
---
include/vlc_vout.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/vlc_vout.h b/include/vlc_vout.h
index c4aa5b7..d5e7469 100644
--- a/include/vlc_vout.h
+++ b/include/vlc_vout.h
@@ -585,7 +585,7 @@ VLC_EXPORT( vout_thread_t *, __vout_Request, ( vlc_object_t *p_this, vout_thr
* This function will create a suitable vout for a given p_fmt. It will never
* reuse an already existing unused vout.
*
- * You have to call either vout_Destroy or vout_Request on the returned value
+ * You have to call either vout_Close or vout_Request on the returned value
* \param p_this a vlc object to which the returned vout will be attached
* \param p_fmt the video format requested
* \return a vout if the request is successfull, NULL otherwise
More information about the vlc-devel
mailing list