Commit 9993e6b2 authored by stefano's avatar stefano

Document coeff and length fields in SwsVector.


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@28512 b3059339-0415-0410-9bf9-f77b7e298cf2
parent f45f1f55
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment