mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-11 20:35:18 +00:00
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:
parent
26f3ae828b
commit
edbdf77ec5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user