Remove an useless comment describing colmult()
authorVitor Sessak <vitor1001@gmail.com>
Sat, 26 Jul 2008 14:33:53 +0000 (14:33 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Sat, 26 Jul 2008 14:33:53 +0000 (14:33 +0000)
Originally committed as revision 14416 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/ra288.c

index 189017c..0d98da7 100644 (file)
@@ -90,7 +90,6 @@ static void decode(RA288Context *ractx, float gain, int cb_coef)
     }
 }
 
-/* column multiply */
 static void colmult(float *tgt, const float *m1, const float *m2, int n)
 {
     while (n--)