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
36312a90
Commit
36312a90
authored
Jan 18, 2010
by
Pierre Ynard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
missing: sout_Stream{New,Delete} -> sout_StreamChain{New,Delete}
parent
89e0f522
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
src/missing.c
src/missing.c
+4
-2
No files found.
src/missing.c
View file @
36312a90
...
@@ -313,12 +313,14 @@ announce_method_t *sout_SAPMethod (void)
...
@@ -313,12 +313,14 @@ announce_method_t *sout_SAPMethod (void)
return
NULL
;
return
NULL
;
}
}
void
sout_Stream
Delete
(
sout_stream_t
*
stream
)
void
sout_Stream
ChainDelete
(
sout_stream_t
*
p_first
,
sout_stream_t
*
p_last
)
{
{
assert
(
0
);
assert
(
0
);
}
}
sout_stream_t
*
sout_StreamNew
(
sout_instance_t
*
instance
,
char
*
chain
)
sout_stream_t
*
sout_StreamChainNew
(
sout_instance_t
*
p_sout
,
char
*
psz_chain
,
sout_stream_t
*
p_next
,
sout_stream_t
**
pp_last
)
{
{
assert
(
0
);
assert
(
0
);
}
}
...
...
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