Browse Source

10l

Originally committed as revision 8100 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
tags/v0.5
Michael Niedermayer 22 years ago
parent
commit
8664c807e6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      postproc/swscale.c

+ 1
- 1
postproc/swscale.c 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){


Loading…
Cancel
Save