Commit 896bc257 authored by Rafaël Carré's avatar Rafaël Carré

peack -> peak

parent 10131dbf
......@@ -160,7 +160,7 @@ static block_t *DoWork( filter_t *p_filter, block_t *p_in_buf )
i_value[i] = 0.;
}
/* 1 - Compute the peack 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++) {
......
......@@ -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 peack 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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment