Commit 627686e6 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Make sws_dcVec static: It is only used inside libswscale/utils.c.

Originally committed as revision 30787 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
parent dda8fc6a
......@@ -1311,7 +1311,7 @@ SwsVector *sws_getIdentityVec(void)
return sws_getConstVec(1.0, 1);
}
double sws_dcVec(SwsVector *a)
static double sws_dcVec(SwsVector *a)
{
int i;
double sum=0;
......
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