]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Cosmetics: grammar nits
authorvitor <vitor@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 24 Jul 2008 11:55:01 +0000 (11:55 +0000)
committervitor <vitor@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 24 Jul 2008 11:55:01 +0000 (11:55 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14368 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavcodec/ra288.c

index 0408d6aad878a5ad9a23f19163c8608fc23101a3..9a6a3fdd31a04a36fb6e94c956ee6b26c7f11836 100644 (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
  */