mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-08 23:58:51 +00: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;
|
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){
|
||||||
|
Loading…
Reference in New Issue
Block a user