Commit 9f92a661 authored by cehoyos's avatar cehoyos

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

git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@30787 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 3c7550be
...@@ -1311,7 +1311,7 @@ SwsVector *sws_getIdentityVec(void) ...@@ -1311,7 +1311,7 @@ SwsVector *sws_getIdentityVec(void)
return sws_getConstVec(1.0, 1); return sws_getConstVec(1.0, 1);
} }
double sws_dcVec(SwsVector *a) static double sws_dcVec(SwsVector *a)
{ {
int i; int i;
double sum=0; 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