Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
15
Merge Requests
15
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Steve Lhomme
VLC
Commits
830871ab
Commit
830871ab
authored
Nov 13, 2016
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
filter: unexport filter_chain_New()
Modules use higher-level wrappers, currently filter_chain_NewVideo().
parent
88c8b6e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
include/vlc_filter.h
include/vlc_filter.h
+1
-1
src/libvlccore.sym
src/libvlccore.sym
+0
-1
No files found.
include/vlc_filter.h
View file @
830871ab
...
@@ -276,7 +276,7 @@ typedef struct filter_chain_t filter_chain_t;
...
@@ -276,7 +276,7 @@ typedef struct filter_chain_t filter_chain_t;
* \param b_allow_format_fmt_change allow changing of fmt
* \param b_allow_format_fmt_change allow changing of fmt
* \return pointer to a filter chain
* \return pointer to a filter chain
*/
*/
VLC_API
filter_chain_t
*
filter_chain_New
(
vlc_object_t
*
,
const
char
*
,
bool
)
filter_chain_t
*
filter_chain_New
(
vlc_object_t
*
,
const
char
*
,
bool
)
VLC_USED
;
VLC_USED
;
#define filter_chain_New( a, b, c ) filter_chain_New( VLC_OBJECT( a ), b, c )
#define filter_chain_New( a, b, c ) filter_chain_New( VLC_OBJECT( a ), b, c )
...
...
src/libvlccore.sym
View file @
830871ab
...
@@ -117,7 +117,6 @@ filter_chain_GetFmtOut
...
@@ -117,7 +117,6 @@ filter_chain_GetFmtOut
filter_chain_GetLength
filter_chain_GetLength
filter_chain_MouseFilter
filter_chain_MouseFilter
filter_chain_MouseEvent
filter_chain_MouseEvent
filter_chain_New
filter_chain_NewVideo
filter_chain_NewVideo
filter_chain_Reset
filter_chain_Reset
filter_chain_SubFilter
filter_chain_SubFilter
...
...
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