From bea91aaf7b8b1e0807c6f67a2a03cedee73a4b31 Mon Sep 17 00:00:00 2001 From: stefano Date: Tue, 10 Feb 2009 23:38:01 +0000 Subject: Document sws_scaleVec(). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28525 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libswscale/swscale.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libswscale') diff --git a/libswscale/swscale.h b/libswscale/swscale.h index a20b5e2159..ffad6dd661 100644 --- a/libswscale/swscale.h +++ b/libswscale/swscale.h @@ -137,6 +137,10 @@ SwsVector *sws_getGaussianVec(double variance, double quality); */ SwsVector *sws_getConstVec(double c, int length); SwsVector *sws_getIdentityVec(void); + +/** + * Scales all the coefficients of \p a by the \p scalar value. + */ void sws_scaleVec(SwsVector *a, double scalar); void sws_normalizeVec(SwsVector *a, double height); void sws_convVec(SwsVector *a, SwsVector *b); -- cgit v1.2.3