Fix typo: lenght -> length.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28526 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
stefano 2009-02-10 23:40:58 +00:00
parent bea91aaf7b
commit 11827cc89f
1 changed files with 1 additions and 1 deletions

View File

@ -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);