Browse Source

Fix typo: lenght -> length.

Originally committed as revision 28526 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
tags/v0.5
Stefano Sabatini 17 years ago
parent
commit
70838eefbf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libswscale/swscale.h

+ 1
- 1
libswscale/swscale.h 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);


Loading…
Cancel
Save