[vlc-devel] [PATCH 01/10] vout: remove duplicate vout_Close() definition
Steve Lhomme
robux4 at ycbcr.xyz
Thu Jul 16 15:57:59 CEST 2020
It's a VLC_API defined in vlc_vout.h
---
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 a3a84cd93f7..045832fe415 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
*
--
2.26.2
More information about the vlc-devel
mailing list