Browse Source

core: hide vlc_decoder_device_Create

pull/85/head
Thomas Guillem 7 years ago
parent
commit
f17f4bd7aa
  1. 2
      include/vlc_codec.h
  2. 1
      src/libvlccore.sym

2
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);
/**

1
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

Loading…
Cancel
Save