diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-07-26 14:33:53 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-07-26 14:33:53 +0000 |
commit | 5af20c207ecbdc3100576dc26d0388da378115e5 (patch) | |
tree | 6909f823f292cfdd261e0c1bca860bfce12fcac6 /libavcodec/ra288.c | |
parent | d899014ee25ccf079b982ec7bc48da3b07056514 (diff) | |
download | ffmpeg-5af20c207ecbdc3100576dc26d0388da378115e5.tar.gz |
Remove an useless comment describing colmult()
Originally committed as revision 14416 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ra288.c')
-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 189017c53b..0d98da790f 100644 --- a/libavcodec/ra288.c +++ b/libavcodec/ra288.c @@ -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--) |