[FFmpeg-cvslog] r28512 - trunk/libswscale/swscale.h

stefano subversion
Tue Feb 10 00:42:16 CET 2009


Author: stefano
Date: Tue Feb 10 00:42:16 2009
New Revision: 28512

Log:
Document coeff and length fields in SwsVector.

Modified:
   trunk/libswscale/swscale.h

Modified: trunk/libswscale/swscale.h
==============================================================================
--- trunk/libswscale/swscale.h	Tue Feb 10 00:37:51 2009	(r28511)
+++ trunk/libswscale/swscale.h	Tue Feb 10 00:42:16 2009	(r28512)
@@ -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




More information about the ffmpeg-cvslog mailing list