Browse code

Document sws_getIdentityVec().

Originally committed as revision 28533 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

Stefano Sabatini authored on 2009/02/12 06:34:44
Showing 1 changed files
... ...
@@ -141,6 +141,11 @@ SwsVector *sws_getGaussianVec(double variance, double quality);
141 141
  * with the same value \p c.
142 142
  */
143 143
 SwsVector *sws_getConstVec(double c, int length);
144
+
145
+/**
146
+ * Allocates and returns a vector with just one coefficient, with
147
+ * value 1.0.
148
+ */
144 149
 SwsVector *sws_getIdentityVec(void);
145 150
 
146 151
 /**