[vlc-commits] vout: remove duplicate vout_Close() definition

Steve Lhomme git at videolan.org
Fri Jul 17 08:18:07 CEST 2020


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Jul 16 09:05:52 2020 +0200| [e0c8d58a8fff2821b224b6c9a16078d5d17d069a] | committer: Steve Lhomme

vout: remove duplicate vout_Close() definition

It's a VLC_API defined in vlc_vout.h

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e0c8d58a8fff2821b224b6c9a16078d5d17d069a
---

 src/video_output/vout_internal.h | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/src/video_output/vout_internal.h b/src/video_output/vout_internal.h
index a3a84cd93f..045832fe41 100644
--- a/src/video_output/vout_internal.h
+++ b/src/video_output/vout_internal.h
@@ -232,15 +232,6 @@ void vout_Stop(vout_thread_t *);
  */
 void vout_StopDisplay(vout_thread_t *);
 
-/**
- * Destroys a vout.
- *
- * This function closes and releases a vout created by vout_Create().
- *
- * \param p_vout the vout to close
- */
-void vout_Close( vout_thread_t *p_vout );
-
 /**
  * Set the new source format for a started vout
  *



More information about the vlc-commits mailing list