mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Remove an useless comment describing colmult()
Originally committed as revision 14416 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d899014ee2
commit
5af20c207e
@ -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--)
|
||||
|
Loading…
Reference in New Issue
Block a user