]> git.sesse.net Git - vlc/commitdiff
Fixed vout_Create documentation.
authorLaurent Aimar <fenrir@videolan.org>
Sat, 19 Jul 2008 11:16:37 +0000 (13:16 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Sat, 19 Jul 2008 11:16:37 +0000 (13:16 +0200)
include/vlc_vout.h

index c4aa5b7d09c9c186a21d909b7ec5bd40cabc23dd..d5e74698c06328ce67accf8bbd459db13275a20e 100644 (file)
@@ -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