[SCM] libav/experimental: 10l
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:34:01 UTC 2013
The following commit has been merged in the experimental branch:
commit 8664c807e63e24fca88dfbf9b158b5352127f690
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Mon Nov 4 15:56:38 2002 +0000
10l
Originally committed as revision 8100 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
diff --git a/postproc/swscale.c b/postproc/swscale.c
index efd5d9a..76bd013 100644
--- a/postproc/swscale.c
+++ b/postproc/swscale.c
@@ -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){
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list