Commit 155db386 authored by stefano's avatar stefano

Fix typo: lenght -> length.


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@28526 b3059339-0415-0410-9bf9-f77b7e298cf2
parent e938a33e
......@@ -132,7 +132,7 @@ int sws_getColorspaceDetails(struct SwsContext *c, int **inv_table, int *srcRang
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);
......
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