Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
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
videolan
vlc-2-2
Commits
8810db47
Commit
8810db47
authored
Nov 12, 2006
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Forgot the symbols again
parent
babead8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
include/vlc_symbols.h
include/vlc_symbols.h
+2
-3
No files found.
include/vlc_symbols.h
View file @
8810db47
...
...
@@ -55,7 +55,7 @@ struct module_symbols_t
int
(
*
aout_Restart_inner
)
(
aout_instance_t
*
p_aout
);
int
(
*
aout_FindAndRestart_inner
)
(
vlc_object_t
*
,
const
char
*
,
vlc_value_t
,
vlc_value_t
,
void
*
);
int
(
*
aout_ChannelsRestart_inner
)
(
vlc_object_t
*
,
const
char
*
,
vlc_value_t
,
vlc_value_t
,
void
*
);
v
lc_bool_t
(
*
vlc_current_charset_inner
)
(
char
**
)
;
v
oid
*
vlc_current_charset_deprecated
;
int
(
*
__config_GetType_inner
)
(
vlc_object_t
*
,
const
char
*
);
int
(
*
__config_GetInt_inner
)
(
vlc_object_t
*
,
const
char
*
);
void
(
*
__config_PutInt_inner
)
(
vlc_object_t
*
,
const
char
*
,
int
);
...
...
@@ -596,7 +596,6 @@ struct module_symbols_t
# define aout_Restart (p_symbols)->aout_Restart_inner
# define aout_FindAndRestart (p_symbols)->aout_FindAndRestart_inner
# define aout_ChannelsRestart (p_symbols)->aout_ChannelsRestart_inner
# define vlc_current_charset (p_symbols)->vlc_current_charset_inner
# define __config_GetType (p_symbols)->__config_GetType_inner
# define __config_GetInt (p_symbols)->__config_GetInt_inner
# define __config_PutInt (p_symbols)->__config_PutInt_inner
...
...
@@ -1075,7 +1074,6 @@ struct module_symbols_t
((p_symbols)->aout_Restart_inner) = aout_Restart; \
((p_symbols)->aout_FindAndRestart_inner) = aout_FindAndRestart; \
((p_symbols)->aout_ChannelsRestart_inner) = aout_ChannelsRestart; \
((p_symbols)->vlc_current_charset_inner) = vlc_current_charset; \
((p_symbols)->__config_GetType_inner) = __config_GetType; \
((p_symbols)->__config_GetInt_inner) = __config_GetInt; \
((p_symbols)->__config_PutInt_inner) = __config_PutInt; \
...
...
@@ -1513,6 +1511,7 @@ struct module_symbols_t
((p_symbols)->str_format_time_inner) = str_format_time; \
((p_symbols)->__str_format_meta_inner) = __str_format_meta; \
((p_symbols)->vout_Snapshot_inner) = vout_Snapshot; \
(p_symbols)->vlc_current_charset_deprecated = NULL; \
(p_symbols)->net_ConvertIPv4_deprecated = NULL; \
(p_symbols)->__sout_CfgParse_deprecated = NULL; \
(p_symbols)->sout_CfgCreate_deprecated = NULL; \
...
...
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