mirror of
https://github.com/mpv-player/mpv
synced 2025-01-19 22:01:10 +00:00
Document sws_cloneVec().
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28527 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
11827cc89f
commit
87befb386e
@ -147,6 +147,11 @@ void sws_convVec(SwsVector *a, SwsVector *b);
|
|||||||
void sws_addVec(SwsVector *a, SwsVector *b);
|
void sws_addVec(SwsVector *a, SwsVector *b);
|
||||||
void sws_subVec(SwsVector *a, SwsVector *b);
|
void sws_subVec(SwsVector *a, SwsVector *b);
|
||||||
void sws_shiftVec(SwsVector *a, int shift);
|
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);
|
SwsVector *sws_cloneVec(SwsVector *a);
|
||||||
|
|
||||||
void sws_printVec(SwsVector *a);
|
void sws_printVec(SwsVector *a);
|
||||||
|
Loading…
Reference in New Issue
Block a user