Cosmetics: grammar nits

Originally committed as revision 14368 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Vitor Sessak 2008-07-24 11:55:01 +00:00
parent 1412060e78
commit a53b545068
1 changed files with 2 additions and 2 deletions

View File

@ -148,12 +148,12 @@ static void prodsum(float *tgt, const float *src, int len, int n)
*
* @param order the order of the filter
* @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 in pointer to the input of the filter
* @param hist pointer to the input history of the filter. It is updated by
* 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 window pointer to the windowing function table
*/