diff options
author | stefano <stefano@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-02-10 23:40:58 +0000 |
---|---|---|
committer | stefano <stefano@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-02-10 23:40:58 +0000 |
commit | 11827cc89f6d073d6a4ad9f47a57725cfec703fc (patch) | |
tree | 68da18e4c8effcd4502a5801e273e54d2bcc4de2 /libswscale | |
parent | bea91aaf7b8b1e0807c6f67a2a03cedee73a4b31 (diff) | |
download | mpv-11827cc89f6d073d6a4ad9f47a57725cfec703fc.tar.bz2 mpv-11827cc89f6d073d6a4ad9f47a57725cfec703fc.tar.xz |
Fix typo: lenght -> length.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28526 b3059339-0415-0410-9bf9-f77b7e298cf2
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); |