[FFmpeg-cvslog] r28526 - trunk/libswscale/swscale.h
stefano
subversion
Wed Feb 11 00:40:58 CET 2009
Author: stefano
Date: Wed Feb 11 00:40:58 2009
New Revision: 28526
Log:
Fix typo: lenght -> length.
Modified:
trunk/libswscale/swscale.h
Modified: trunk/libswscale/swscale.h
==============================================================================
--- trunk/libswscale/swscale.h Wed Feb 11 00:38:01 2009 (r28525)
+++ trunk/libswscale/swscale.h Wed Feb 11 00:40:58 2009 (r28526)
@@ -132,7 +132,7 @@ int sws_getColorspaceDetails(struct SwsC
SwsVector *sws_getGaussianVec(double variance, double quality);
/**
- * Allocates and returns a vector with \p lenght coefficients, all
+ * Allocates and returns a vector with \p length coefficients, all
* with the same value \p c.
*/
SwsVector *sws_getConstVec(double c, int length);
More information about the ffmpeg-cvslog
mailing list