Commit e9348b45 authored by stefano's avatar stefano

Document sws_getIdentityVec().


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@28533 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 53d43d23
......@@ -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);
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment