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
49be6b3b
Commit
49be6b3b
authored
May 30, 2008
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused arguments - CID 5
parent
01d2d942
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
modules/visualization/visual/effects.c
modules/visualization/visual/effects.c
+0
-5
No files found.
modules/visualization/visual/effects.c
View file @
49be6b3b
...
@@ -68,7 +68,6 @@ int spectrum_Run(visual_effect_t * p_effect, aout_instance_t *p_aout,
...
@@ -68,7 +68,6 @@ int spectrum_Run(visual_effect_t * p_effect, aout_instance_t *p_aout,
int
i_separ
;
/* Should we let blanks ? */
int
i_separ
;
/* Should we let blanks ? */
int
i_amp
;
/* Vertical amplification */
int
i_amp
;
/* Vertical amplification */
int
i_peak
;
/* Should we draw peaks ? */
int
i_peak
;
/* Should we draw peaks ? */
char
*
psz_parse
=
NULL
;
/* Args line */
/* Horizontal scale for 20-band equalizer */
/* Horizontal scale for 20-band equalizer */
const
int
xscale1
[]
=
{
0
,
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
11
,
15
,
20
,
27
,
const
int
xscale1
[]
=
{
0
,
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
11
,
15
,
20
,
27
,
...
@@ -318,7 +317,6 @@ int spectrum_Run(visual_effect_t * p_effect, aout_instance_t *p_aout,
...
@@ -318,7 +317,6 @@ int spectrum_Run(visual_effect_t * p_effect, aout_instance_t *p_aout,
p_s16_buff
=
NULL
;
p_s16_buff
=
NULL
;
free
(
height
);
free
(
height
);
free
(
psz_parse
);
return
0
;
return
0
;
}
}
...
@@ -359,8 +357,6 @@ int spectrometer_Run(visual_effect_t * p_effect, aout_instance_t *p_aout,
...
@@ -359,8 +357,6 @@ int spectrometer_Run(visual_effect_t * p_effect, aout_instance_t *p_aout,
char
color1
;
/* V slide on a YUV color cube */
char
color1
;
/* V slide on a YUV color cube */
//char color2; /* U slide.. ? color2 fade color ? */
//char color2; /* U slide.. ? color2 fade color ? */
char
*
psz_parse
=
NULL
;
/* Args line */
/* Horizontal scale for 20-band equalizer */
/* Horizontal scale for 20-band equalizer */
const
int
xscale1
[]
=
{
0
,
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
11
,
15
,
20
,
27
,
const
int
xscale1
[]
=
{
0
,
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
11
,
15
,
20
,
27
,
36
,
47
,
62
,
82
,
107
,
141
,
184
,
255
};
36
,
47
,
62
,
82
,
107
,
141
,
184
,
255
};
...
@@ -772,7 +768,6 @@ int spectrometer_Run(visual_effect_t * p_effect, aout_instance_t *p_aout,
...
@@ -772,7 +768,6 @@ int spectrometer_Run(visual_effect_t * p_effect, aout_instance_t *p_aout,
p_s16_buff
=
NULL
;
p_s16_buff
=
NULL
;
free
(
height
);
free
(
height
);
free
(
psz_parse
);
return
0
;
return
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