Commit 5af20c20 authored by Vitor Sessak's avatar Vitor Sessak

Remove an useless comment describing colmult()

Originally committed as revision 14416 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent d899014e
......@@ -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--)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment