Originally committed as revision 8100 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
This commit is contained in:
Michael Niedermayer 2002-11-04 15:56:38 +00:00
parent 8cb097d4a6
commit 8664c807e6

View File

@ -2439,7 +2439,7 @@ void normalizeVec(SwsVector *a, double height){
inv= height/sum;
for(i=0; i<a->length; i++)
a->coeff[i]*= height;
a->coeff[i]*= inv;
}
void scaleVec(SwsVector *a, double scalar){