mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
10l
Originally committed as revision 8100 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
This commit is contained in:
parent
8cb097d4a6
commit
8664c807e6
@ -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…
Reference in New Issue
Block a user