changeset 7413:d018af0d20a1 libavcodec

Remove an useless comment describing prodsum()
author vitor
date Sat, 26 Jul 2008 14:33:25 +0000
parents 51da3d8200d0
children 5d1378447a07
files ra288.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ra288.c	Sat Jul 26 14:31:47 2008 +0000
+++ b/ra288.c	Sat Jul 26 14:33:25 2008 +0000
@@ -135,7 +135,6 @@
     return 0;
 }
 
-/* product sum (lsf) */
 static void prodsum(float *tgt, const float *src, int len, int n)
 {
     for (; n >= 0; n--)