diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-07-26 14:33:25 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-07-26 14:33:25 +0000 |
commit | d899014ee25ccf079b982ec7bc48da3b07056514 (patch) | |
tree | dc2e58686257c3d3172c71460451ab4258999fd1 /libavcodec | |
parent | 952a980d75ef773e02c6bf930f1e7424435c11b0 (diff) | |
download | ffmpeg-d899014ee25ccf079b982ec7bc48da3b07056514.tar.gz |
Remove an useless comment describing prodsum()
Originally committed as revision 14415 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/ra288.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/ra288.c b/libavcodec/ra288.c index bd64ba776d..189017c53b 100644 --- a/libavcodec/ra288.c +++ b/libavcodec/ra288.c @@ -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--) |