mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-01 10:11:01 +00:00
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
This commit is contained in:
parent
dda8fc6a09
commit
627686e635
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user