Commit 52c7e46f authored by Laurent Aimar's avatar Laurent Aimar

Cosmetic.

parent 95f6fae3
......@@ -68,7 +68,7 @@
* in all the FIFOs, but it may be not enough.
*/
/* p_input->p->i_cr_average : Maximum number of samples used to compute the
/* i_cr_average : Maximum number of samples used to compute the
* dynamic average value.
* We use the following formula :
* new_average = (old_average * c_average + new_sample_value) / (c_average +1)
......
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