[vlc-commits] core: hide vlc_decoder_device_Create
Thomas Guillem
git at videolan.org
Sun Feb 24 15:26:28 CET 2019
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Sun Feb 24 15:26:11 2019 +0100| [f17f4bd7aa0776bff12e4487d964c95acd37703b] | committer: Thomas Guillem
core: hide vlc_decoder_device_Create
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f17f4bd7aa0776bff12e4487d964c95acd37703b
---
include/vlc_codec.h | 2 +-
src/libvlccore.sym | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/include/vlc_codec.h b/include/vlc_codec.h
index 983b209db9..f001b03768 100644
--- a/include/vlc_codec.h
+++ b/include/vlc_codec.h
@@ -533,7 +533,7 @@ typedef void (*vlc_decoder_device_Close)(vlc_decoder_device *device);
* This function will be hidden in the future. It is now used by opengl vout
* module as a transition.
*/
-VLC_API /* temporary */ VLC_USED vlc_decoder_device *
+VLC_USED vlc_decoder_device *
vlc_decoder_device_Create(vout_window_t *window);
/**
diff --git a/src/libvlccore.sym b/src/libvlccore.sym
index 4ba7bbb3c2..a861c988e5 100644
--- a/src/libvlccore.sym
+++ b/src/libvlccore.sym
@@ -80,7 +80,6 @@ decoder_Destroy
decoder_AbortPictures
decoder_NewAudioBuffer
decoder_UpdateVideoFormat
-vlc_decoder_device_Create
vlc_decoder_device_Hold
vlc_decoder_device_Release
demux_PacketizerDestroy
More information about the vlc-commits
mailing list