Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
6d3beb9d
Commit
6d3beb9d
authored
Apr 27, 2006
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove whitespace
parent
9bfe5023
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/stream_output/stream_output.c
src/stream_output/stream_output.c
+1
-2
No files found.
src/stream_output/stream_output.c
View file @
6d3beb9d
...
...
@@ -169,6 +169,7 @@ sout_instance_t *__sout_NewInstance( vlc_object_t *p_parent, char * psz_dest )
return
p_sout
;
}
/*****************************************************************************
* sout_DeleteInstance: delete a previously allocated instance
*****************************************************************************/
...
...
@@ -1008,9 +1009,7 @@ void __sout_CfgParse( vlc_object_t *p_this, char *psz_prefix,
/* create name */
asprintf
(
&
psz_name
,
"%s%s"
,
psz_prefix
,
b_once
?
&
ppsz_options
[
i
][
1
]
:
ppsz_options
[
i
]
);
/* Check if the option is deprecated */
p_conf
=
config_FindConfig
(
p_this
,
psz_name
);
/* This is basically cut and paste from src/misc/configuration.c
...
...
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