Browse code

Document coeff and length fields in SwsVector.

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

Stefano Sabatini authored on 2009/02/10 08:42:16
Showing 1 changed files
... ...
@@ -98,8 +98,8 @@ unsigned swscale_version(void);
98 98
 // when used for filters they must have an odd number of elements
99 99
 // coeffs cannot be shared between vectors
100 100
 typedef struct {
101
-    double *coeff;
102
-    int length;
101
+    double *coeff;              ///< pointer to the list of coefficients
102
+    int length;                 ///< number of coefficients in the vector
103 103
 } SwsVector;
104 104
 
105 105
 // vectors can be shared