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

stefano subversion
Wed Feb 11 00:32:16 CET 2009


Author: stefano
Date: Wed Feb 11 00:32:16 2009
New Revision: 28524

Log:
Document sws_getConstVec().

Modified:
   trunk/libswscale/swscale.h

Modified: trunk/libswscale/swscale.h
==============================================================================
--- trunk/libswscale/swscale.h	Wed Feb 11 00:26:56 2009	(r28523)
+++ trunk/libswscale/swscale.h	Wed Feb 11 00:32:16 2009	(r28524)
@@ -130,6 +130,11 @@ int sws_scale_ordered(struct SwsContext 
 int sws_setColorspaceDetails(struct SwsContext *c, const int inv_table[4], int srcRange, const int table[4], int dstRange, int brightness, int contrast, int saturation);
 int sws_getColorspaceDetails(struct SwsContext *c, int **inv_table, int *srcRange, int **table, int *dstRange, int *brightness, int *contrast, int *saturation);
 SwsVector *sws_getGaussianVec(double variance, double quality);
+
+/**
+ * Allocates and returns a vector with \p lenght coefficients, all
+ * with the same value \p c.
+ */
 SwsVector *sws_getConstVec(double c, int length);
 SwsVector *sws_getIdentityVec(void);
 void sws_scaleVec(SwsVector *a, double scalar);




More information about the ffmpeg-cvslog mailing list