[FFmpeg-cvslog] r14416 - trunk/libavcodec/ra288.c
vitor
subversion
Sat Jul 26 16:33:53 CEST 2008
Author: vitor
Date: Sat Jul 26 16:33:53 2008
New Revision: 14416
Log:
Remove an useless comment describing colmult()
Modified:
trunk/libavcodec/ra288.c
Modified: trunk/libavcodec/ra288.c
==============================================================================
--- trunk/libavcodec/ra288.c (original)
+++ trunk/libavcodec/ra288.c Sat Jul 26 16:33:53 2008
@@ -90,7 +90,6 @@ static void decode(RA288Context *ractx,
}
}
-/* column multiply */
static void colmult(float *tgt, const float *m1, const float *m2, int n)
{
while (n--)
More information about the ffmpeg-cvslog
mailing list