Commit 0909898e authored by vitor's avatar vitor

Const

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14270 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7258fc9b
......@@ -97,7 +97,7 @@ static void colmult(float *tgt, const float *m1, const float *m2, int n)
*(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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment