[vlc-devel] [PATCH 15/31] vout: vout_Close() should be used when vout_Create() used

Steve Lhomme robux4 at ycbcr.xyz
Fri Jul 5 16:19:54 CEST 2019


---
 include/vlc_vout.h               | 2 +-
 src/video_output/vout_internal.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/vlc_vout.h b/include/vlc_vout.h
index 5d66131825..adfc15a0f0 100644
--- a/include/vlc_vout.h
+++ b/include/vlc_vout.h
@@ -100,7 +100,7 @@ enum vlc_vout_order
 /**
  * Destroys a vout.
  *
- * This function closes and releases a vout created by vout_Request().
+ * This function closes and releases a vout created by vout_Create().
  *
  * \param vout the vout to close
  */
diff --git a/src/video_output/vout_internal.h b/src/video_output/vout_internal.h
index af05f2c317..a8411d73ac 100644
--- a/src/video_output/vout_internal.h
+++ b/src/video_output/vout_internal.h
@@ -259,7 +259,7 @@ void vout_StopDisplay(vout_thread_t *);
 /**
  * Destroys a vout.
  *
- * This function closes and releases a vout created by vout_Request().
+ * This function closes and releases a vout created by vout_Create().
  *
  * \param p_vout the vout to close
  */
-- 
2.17.1



More information about the vlc-devel mailing list