Document sws_cloneVec().

Originally committed as revision 28527 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
pull/126/head
Stefano Sabatini 16 years ago
parent 70838eefbf
commit 89b7464732
  1. 5
      libswscale/swscale.h

@ -147,6 +147,11 @@ void sws_convVec(SwsVector *a, SwsVector *b);
void sws_addVec(SwsVector *a, SwsVector *b);
void sws_subVec(SwsVector *a, SwsVector *b);
void sws_shiftVec(SwsVector *a, int shift);
/**
* Allocates and returns a clone of the vector \p a, that is a vector
* with the same coefficients as \p a.
*/
SwsVector *sws_cloneVec(SwsVector *a);
void sws_printVec(SwsVector *a);

Loading…
Cancel
Save