[FFmpeg-cvslog] r14368 - trunk/libavcodec/ra288.c

vitor subversion
Thu Jul 24 13:55:02 CEST 2008


Author: vitor
Date: Thu Jul 24 13:55:01 2008
New Revision: 14368

Log:
Cosmetics: grammar nits

Modified:
   trunk/libavcodec/ra288.c

Modified: trunk/libavcodec/ra288.c
==============================================================================
--- trunk/libavcodec/ra288.c	(original)
+++ trunk/libavcodec/ra288.c	Thu Jul 24 13:55:01 2008
@@ -148,12 +148,12 @@ static void prodsum(float *tgt, const fl
  *
  * @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
  */




More information about the ffmpeg-cvslog mailing list