Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
d8e7899d
Commit
d8e7899d
authored
Oct 02, 2005
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missed that file
parent
ce391606
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/vlc_symbols.h
include/vlc_symbols.h
+2
-2
No files found.
include/vlc_symbols.h
View file @
d8e7899d
...
...
@@ -385,7 +385,7 @@ void sout_MuxDeleteStream (sout_mux_t *, sout_input_t *);
char
*
httpd_MsgGet
(
httpd_message_t
*
,
char
*
psz_name
);
const
iso639_lang_t
*
GetLang_1
(
const
char
*
);
void
aout_FormatsPrint
(
aout_instance_t
*
p_aout
,
const
char
*
psz_text
,
const
audio_sample_format_t
*
p_format1
,
const
audio_sample_format_t
*
p_format2
);
char
*
FromUTF32
(
wchar_t
*
);
char
*
FromUTF32
(
const
wchar_t
*
);
void
__vout_OSDMessage
(
vlc_object_t
*
,
int
,
char
*
,
...);
void
intf_StopThread
(
intf_thread_t
*
);
stream_t
*
__stream_MemoryNew
(
vlc_object_t
*
p_obj
,
uint8_t
*
p_buffer
,
int64_t
i_size
,
vlc_bool_t
i_preserve_memory
);
...
...
@@ -846,7 +846,7 @@ struct module_symbols_t
void
(
*
osd_Message_inner
)
(
spu_t
*
,
int
,
char
*
,
...);
int
(
*
osd_ShowTextAbsolute_inner
)
(
spu_t
*
,
int
,
char
*
,
text_style_t
*
,
int
,
int
,
int
,
mtime_t
,
mtime_t
);
char
*
(
*
config_GetUserDir_inner
)
(
void
);
char
*
(
*
FromUTF32_inner
)
(
wchar_t
*
);
char
*
(
*
FromUTF32_inner
)
(
const
wchar_t
*
);
};
# if defined (__PLUGIN__)
# define aout_FiltersCreatePipeline (p_symbols)->aout_FiltersCreatePipeline_inner
...
...
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