Commit 1bf6ce33 authored by vitor's avatar vitor

Remove an useless comment describing prodsum()

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14415 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9da46f7c
......@@ -135,7 +135,6 @@ static int eval_lpc_coeffs(const float *in, float *tgt, int n)
return 0;
}
/* product sum (lsf) */
static void prodsum(float *tgt, const float *src, int len, int n)
{
for (; n >= 0; 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