git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8100 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
michael 2002-11-04 15:56:38 +00:00
parent 00d6957806
commit d9142cf555
1 changed files with 1 additions and 1 deletions

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){