Browse Source

Unexport video_splitter_(New|Delete)

pull/60/merge
Rémi Denis-Courmont 9 years ago
parent
commit
cf31c95a51
  1. 4
      include/vlc_video_splitter.h
  2. 3
      src/check_symbols
  3. 2
      src/libvlccore.sym

4
include/vlc_video_splitter.h

@ -133,8 +133,8 @@ static inline void video_splitter_DeletePicture( video_splitter_t *p_splitter,
}
/* */
VLC_API video_splitter_t * video_splitter_New( vlc_object_t *, const char *psz_name, const video_format_t * );
VLC_API void video_splitter_Delete( video_splitter_t * );
video_splitter_t * video_splitter_New( vlc_object_t *, const char *psz_name, const video_format_t * );
void video_splitter_Delete( video_splitter_t * );
static inline int video_splitter_Filter( video_splitter_t *p_splitter,
picture_t *pp_dst[], picture_t *p_src )

3
src/check_symbols

@ -13,7 +13,8 @@ cat libvlccore.sym | grep -v \
-e '^vlc_' -e '^vlm_' -e '^libvlc_[A-Z]' -e '^VLC_' \
-e '^input_' -e '^access_' -e '^demux_' -e '^decoder_' \
-e '^image_' -e '^block_' -e '^picture_' -e '^subpicture_' \
-e '^es_format' -e '^[asv]out_' -e '^spu_' -e '^filter_' -e '^video_' \
-e '^es_format' -e '^[asv]out_' -e '^spu_' -e '^filter_' \
-e '^video_format_' \
-e '^playlist_' -e '^services_discovery_' -e '^intf_' \
-e '^dialog_' -e '^update_' -e '^addons\?_' -e '^fingerprinter_' \
-e '^text_style_' -e '^text_segment_' \

2
src/libvlccore.sym

@ -510,8 +510,6 @@ video_format_GetTransform
video_format_IsSimilar
video_format_Setup
video_format_Print
video_splitter_Delete
video_splitter_New
vlc_b64_decode
vlc_b64_decode_binary
vlc_b64_decode_binary_to_buffer

Loading…
Cancel
Save