mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 19:58:59 +00:00
Document sws_getIdentityVec().
Originally committed as revision 28533 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
5b4f5e5dff
commit
b5fdaebb44
@ -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);
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user