1
mirror of https://github.com/mpv-player/mpv synced 2025-01-20 21:07:29 +01:00

Document sws_getIdentityVec().

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28533 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
stefano 2009-02-11 21:34:44 +00:00
parent ddb3438718
commit f9e26397b7

View File

@ -141,6 +141,11 @@ SwsVector *sws_getGaussianVec(double variance, double quality);
* with the same value \p c.
*/
SwsVector *sws_getConstVec(double c, int length);
/**
* Allocates and returns a vector with just one coefficient, with
* value 1.0.
*/
SwsVector *sws_getIdentityVec(void);
/**