[FFmpeg-cvslog] r14270 - trunk/libavcodec/ra288.c

vitor subversion
Fri Jul 18 01:02:52 CEST 2008


Author: vitor
Date: Fri Jul 18 01:02:52 2008
New Revision: 14270

Log:
Const

Modified:
   trunk/libavcodec/ra288.c

Modified: trunk/libavcodec/ra288.c
==============================================================================
--- trunk/libavcodec/ra288.c	(original)
+++ trunk/libavcodec/ra288.c	Fri Jul 18 01:02:52 2008
@@ -97,7 +97,7 @@ static void colmult(float *tgt, const fl
         *(tgt++) = (*(m1++)) * (*(m2++));
 }
 
-static int pred(float *in, float *tgt, int n)
+static int pred(const float *in, float *tgt, int n)
 {
     int x, y;
     double f0, f1, f2;




More information about the ffmpeg-cvslog mailing list