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
511a8f07
Commit
511a8f07
authored
Jan 26, 2016
by
Steve Lhomme
Committed by
Jean-Baptiste Kempf
Jan 26, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
src/missing: fix compilation when SOUT is disabled
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
7265ceef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
src/missing.c
src/missing.c
+6
-0
No files found.
src/missing.c
View file @
511a8f07
...
@@ -314,6 +314,12 @@ int sout_MuxSendBuffer (sout_mux_t *mux, sout_input_t *input, block_t *block)
...
@@ -314,6 +314,12 @@ int sout_MuxSendBuffer (sout_mux_t *mux, sout_input_t *input, block_t *block)
vlc_assert_unreachable
();
vlc_assert_unreachable
();
}
}
void
sout_MuxFlush
(
sout_mux_t
*
mux
,
sout_input_t
*
input
)
{
VLC_UNUSED
(
mux
);
VLC_UNUSED
(
input
);
vlc_assert_unreachable
();
}
void
sout_StreamChainDelete
(
sout_stream_t
*
p_first
,
sout_stream_t
*
p_last
)
void
sout_StreamChainDelete
(
sout_stream_t
*
p_first
,
sout_stream_t
*
p_last
)
{
{
VLC_UNUSED
(
p_first
);
VLC_UNUSED
(
p_last
);
VLC_UNUSED
(
p_first
);
VLC_UNUSED
(
p_last
);
...
...
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