提交 c52d2da9 编写于 作者: V Vitor Sessak

Declare parameters of pred() that could be const as such

Originally committed as revision 14270 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 efa85e5e
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册