Commit 073c928f authored by michael's avatar michael

10l


git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@8100 b3059339-0415-0410-9bf9-f77b7e298cf2
parent c4b4b9d9
...@@ -2439,7 +2439,7 @@ void normalizeVec(SwsVector *a, double height){ ...@@ -2439,7 +2439,7 @@ void normalizeVec(SwsVector *a, double height){
inv= height/sum; inv= height/sum;
for(i=0; i<a->length; i++) for(i=0; i<a->length; i++)
a->coeff[i]*= height; a->coeff[i]*= inv;
} }
void scaleVec(SwsVector *a, double scalar){ void scaleVec(SwsVector *a, double scalar){
......
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