diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-07-24 11:55:01 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-07-24 11:55:01 +0000 |
commit | a53b5450685c18d1aa9f81d20c8dbd39f4c63757 (patch) | |
tree | 4f26d305293bca2660a3b8a8808994d2dc79dfa5 /libavcodec/ra288.c | |
parent | 1412060e78f5a552574fc3d132823959cc3bf49e (diff) | |
download | ffmpeg-a53b5450685c18d1aa9f81d20c8dbd39f4c63757.tar.gz |
Cosmetics: grammar nits
Originally committed as revision 14368 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ra288.c')
-rw-r--r-- | libavcodec/ra288.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/ra288.c b/libavcodec/ra288.c index 0408d6aad8..9a6a3fdd31 100644 --- a/libavcodec/ra288.c +++ b/libavcodec/ra288.c @@ -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 */ |