Commit 9ff95b77 authored by vitor's avatar vitor

Remove an useless comment describing colmult()

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14416 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1bf6ce33
......@@ -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