From 5af20c207ecbdc3100576dc26d0388da378115e5 Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Sat, 26 Jul 2008 14:33:53 +0000 Subject: [PATCH] Remove an useless comment describing colmult() Originally committed as revision 14416 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ra288.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/ra288.c b/libavcodec/ra288.c index 189017c..0d98da7 100644 --- a/libavcodec/ra288.c +++ b/libavcodec/ra288.c @@ -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--) -- 2.7.4