OSDN Git Service

Document sws_scaleVec().
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Tue, 10 Feb 2009 23:38:01 +0000 (23:38 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Tue, 10 Feb 2009 23:38:01 +0000 (23:38 +0000)
Originally committed as revision 28525 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

libswscale/swscale.h

index a20b5e2..ffad6dd 100644 (file)
@@ -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);