Mercurial > mplayer.hg
changeset 28491:c30fa7f74789
Fix typo: lenght -> length.
author | stefano |
---|---|
date | Tue, 10 Feb 2009 23:40:58 +0000 |
parents | 333cb4dd0ceb |
children | d31543ec920a |
files | libswscale/swscale.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libswscale/swscale.h Tue Feb 10 23:38:01 2009 +0000 +++ b/libswscale/swscale.h Tue Feb 10 23:40:58 2009 +0000 @@ -132,7 +132,7 @@ 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);