diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-02-10 23:40:58 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-02-10 23:40:58 +0000 |
commit | 70838eefbf2fe13597d6c0932e335fac5907ea21 (patch) | |
tree | bf56d67b40828f7689fcb701d93958deeb7ff9c9 /libswscale | |
parent | 0bcb5b39180a6077c73284932333e28fe813e634 (diff) | |
download | ffmpeg-70838eefbf2fe13597d6c0932e335fac5907ea21.tar.gz |
Fix typo: lenght -> length.
Originally committed as revision 28526 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/swscale.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/swscale.h b/libswscale/swscale.h index ffad6dd661..3dc219dfc7 100644 --- a/libswscale/swscale.h +++ b/libswscale/swscale.h @@ -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); |