Commit 03376224 authored by vitor's avatar vitor

Cosmetics: grammar nits

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14368 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 99ecfcf8
...@@ -148,12 +148,12 @@ static void prodsum(float *tgt, const float *src, int len, int n) ...@@ -148,12 +148,12 @@ static void prodsum(float *tgt, const float *src, int len, int n)
* *
* @param order the order of the filter * @param order the order of the filter
* @param n the length of the input * @param n the length of the input
* @param non_rec the number of non recursive samples * @param non_rec the number of non-recursive samples
* @param out the filter output * @param out the filter output
* @param in pointer to the input of the filter * @param in pointer to the input of the filter
* @param hist pointer to the input history of the filter. It is updated by * @param hist pointer to the input history of the filter. It is updated by
* this function. * this function.
* @param out pointer to the non recursive part of the output * @param out pointer to the non-recursive part of the output
* @param out2 pointer to the recursive part of the output * @param out2 pointer to the recursive part of the output
* @param window pointer to the windowing function table * @param window pointer to the windowing function table
*/ */
......
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