Commit d899014e authored by Vitor Sessak's avatar Vitor Sessak

Remove an useless comment describing prodsum()

Originally committed as revision 14415 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 952a980d
...@@ -135,7 +135,6 @@ static int eval_lpc_coeffs(const float *in, float *tgt, int n) ...@@ -135,7 +135,6 @@ static int eval_lpc_coeffs(const float *in, float *tgt, int n)
return 0; return 0;
} }
/* product sum (lsf) */
static void prodsum(float *tgt, const float *src, int len, int n) static void prodsum(float *tgt, const float *src, int len, int n)
{ {
for (; n >= 0; 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