mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-01 02:00:50 +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);
|
||||
}
|
||||
|
||||
double sws_dcVec(SwsVector *a)
|
||||
static double sws_dcVec(SwsVector *a)
|
||||
{
|
||||
int i;
|
||||
double sum=0;
|
||||
|
Loading…
Reference in New Issue
Block a user