This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Remove an useless comment describing colmult()
Originally committed as revision 14416 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Vitor Sessak
17 years ago
parent
d899014ee2
commit
5af20c207e
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavcodec/ra288.c
+ 0
- 1
libavcodec/ra288.c
View File
@@ -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--)
Write
Preview
Loading…
Cancel
Save