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
1689e7ca
Commit
1689e7ca
authored
Aug 23, 2009
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't recreate the same table over and over and over
parent
cb6ab187
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/audio_output/input.c
src/audio_output/input.c
+1
-1
No files found.
src/audio_output/input.c
View file @
1689e7ca
...
...
@@ -247,9 +247,9 @@ int aout_InputNew( aout_instance_t * p_aout, aout_input_t * p_input, const aout_
p_input
->
b_recycle_vout
=
psz_visual
&&
*
psz_visual
;
/* parse user filter lists */
char
*
const
ppsz_array
[]
=
{
psz_scaletempo
,
psz_filters
,
psz_visual
};
for
(
i_visual
=
0
;
i_visual
<
3
&&
!
AOUT_FMT_NON_LINEAR
(
&
chain_output_format
);
i_visual
++
)
{
char
*
ppsz_array
[]
=
{
psz_scaletempo
,
psz_filters
,
psz_visual
};
char
*
psz_next
=
NULL
;
char
*
psz_parser
=
ppsz_array
[
i_visual
];
...
...
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