From 9ff95b77edcd1564b4f5aed2195c516b84fc2866 Mon Sep 17 00:00:00 2001 From: vitor Date: Sat, 26 Jul 2008 14:33:53 +0000 Subject: [PATCH] Remove an useless comment describing colmult() git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14416 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- libavcodec/ra288.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/ra288.c b/libavcodec/ra288.c index 189017c53..0d98da790 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.11.4.GIT