Browse Source

Document sws_getIdentityVec().

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

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

/**


Loading…
Cancel
Save