Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
cf31c95a
Commit
cf31c95a
authored
Jul 31, 2017
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Unexport video_splitter_(New|Delete)
parent
5f054d0e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
include/vlc_video_splitter.h
include/vlc_video_splitter.h
+2
-2
src/check_symbols
src/check_symbols
+2
-1
src/libvlccore.sym
src/libvlccore.sym
+0
-2
No files found.
include/vlc_video_splitter.h
View file @
cf31c95a
...
...
@@ -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
)
...
...
src/check_symbols
View file @
cf31c95a
...
...
@@ -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_'
\
...
...
src/libvlccore.sym
View file @
cf31c95a
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment