changeset 28492:d31543ec920a

Document sws_cloneVec().
author stefano
date Tue, 10 Feb 2009 23:43:08 +0000
parents c30fa7f74789
children 95cfbbaa4f03
files libswscale/swscale.h
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libswscale/swscale.h	Tue Feb 10 23:40:58 2009 +0000
+++ b/libswscale/swscale.h	Tue Feb 10 23:43:08 2009 +0000
@@ -147,6 +147,11 @@
 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);