[vlc-devel] [PATCH 2/5] input: unexport input_resource_ResetAout()
Thomas Guillem
thomas at gllm.fr
Wed Jul 22 15:51:08 CEST 2020
---
include/vlc_decoder.h | 5 -----
src/input/resource.h | 2 ++
src/libvlccore.sym | 1 -
3 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/include/vlc_decoder.h b/include/vlc_decoder.h
index 997d20fd615..94cceda61a2 100644
--- a/include/vlc_decoder.h
+++ b/include/vlc_decoder.h
@@ -76,10 +76,5 @@ VLC_API audio_output_t *input_resource_GetAout( input_resource_t * );
*/
VLC_API void input_resource_PutAout( input_resource_t *, audio_output_t * );
-/**
- * Prevents the existing audio output (if any) from being recycled.
- */
-VLC_API void input_resource_ResetAout( input_resource_t * );
-
/** @} */
#endif
diff --git a/src/input/resource.h b/src/input/resource.h
index 40511c6511a..f6f3b4be603 100644
--- a/src/input/resource.h
+++ b/src/input/resource.h
@@ -69,4 +69,6 @@ void input_resource_StopFreeVout( input_resource_t * );
*/
input_resource_t *input_resource_Hold( input_resource_t * );
+void input_resource_ResetAout( input_resource_t * );
+
#endif
diff --git a/src/libvlccore.sym b/src/libvlccore.sym
index c160389026b..7361b29e6f5 100644
--- a/src/libvlccore.sym
+++ b/src/libvlccore.sym
@@ -214,7 +214,6 @@ input_resource_Release
input_resource_GetAout
input_resource_HoldAout
input_resource_PutAout
-input_resource_ResetAout
vlc_readdir_helper_init
vlc_readdir_helper_finish
vlc_readdir_helper_additem
--
2.27.0
More information about the vlc-devel
mailing list