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
896bc257
Commit
896bc257
authored
Apr 16, 2014
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
peack -> peak
parent
10131dbf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
modules/audio_filter/audiobargraph_a.c
modules/audio_filter/audiobargraph_a.c
+1
-1
modules/visualization/visual/effects.c
modules/visualization/visual/effects.c
+1
-1
No files found.
modules/audio_filter/audiobargraph_a.c
View file @
896bc257
...
...
@@ -160,7 +160,7 @@ static block_t *DoWork( filter_t *p_filter, block_t *p_in_buf )
i_value
[
i
]
=
0
.;
}
/* 1 - Compute the pea
c
k values */
/* 1 - Compute the peak values */
for
(
i
=
0
;
i
<
(
int
)(
p_in_buf
->
i_nb_samples
);
i
++
)
{
for
(
int
j
=
0
;
j
<
nbChannels
;
j
++
)
{
...
...
modules/visualization/visual/effects.c
View file @
896bc257
...
...
@@ -945,7 +945,7 @@ static int vuMeter_Run(visual_effect_t * p_effect, vlc_object_t *p_aout,
float
i_value_l
=
0
;
float
i_value_r
=
0
;
/* Compute the pea
c
k values */
/* Compute the peak values */
for
(
unsigned
i
=
0
;
i
<
p_buffer
->
i_nb_samples
;
i
++
)
{
const
float
*
p_sample
=
(
float
*
)
p_buffer
->
p_buffer
;
...
...
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