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

vitor subversion
Sat Jul 26 16:33:25 CEST 2008


Author: vitor
Date: Sat Jul 26 16:33:25 2008
New Revision: 14415

Log:
Remove an useless comment describing prodsum()

Modified:
   trunk/libavcodec/ra288.c

Modified: trunk/libavcodec/ra288.c
==============================================================================
--- trunk/libavcodec/ra288.c	(original)
+++ trunk/libavcodec/ra288.c	Sat Jul 26 16:33:25 2008
@@ -135,7 +135,6 @@ static int eval_lpc_coeffs(const float *
     return 0;
 }
 
-/* product sum (lsf) */
 static void prodsum(float *tgt, const float *src, int len, int n)
 {
     for (; n >= 0; n--)




More information about the ffmpeg-cvslog mailing list