Document coeff and length fields in SwsVector.

Originally committed as revision 28512 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
Stefano Sabatini 2009-02-09 23:42:16 +00:00
parent 26f3ae828b
commit edbdf77ec5

View File

@ -98,8 +98,8 @@ unsigned swscale_version(void);
// when used for filters they must have an odd number of elements
// coeffs cannot be shared between vectors
typedef struct {
double *coeff;
int length;
double *coeff; ///< pointer to the list of coefficients
int length; ///< number of coefficients in the vector
} SwsVector;
// vectors can be shared