mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-21 14:53:10 +00:00
Fix typo: lenght -> length.
Originally committed as revision 28526 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
0bcb5b3918
commit
70838eefbf
@ -132,7 +132,7 @@ int sws_getColorspaceDetails(struct SwsContext *c, int **inv_table, int *srcRang
|
|||||||
SwsVector *sws_getGaussianVec(double variance, double quality);
|
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.
|
* with the same value \p c.
|
||||||
*/
|
*/
|
||||||
SwsVector *sws_getConstVec(double c, int length);
|
SwsVector *sws_getConstVec(double c, int length);
|
||||||
|
Loading…
Reference in New Issue
Block a user