# HG changeset patch # User stefano # Date 1234388084 0 # Node ID d492a439d7d04b5e5471f7549f524f25d46c308b # Parent aa7a9636fde5f0df7ef6a62a78a240126fc6e9fc Document sws_getIdentityVec(). diff -r aa7a9636fde5 -r d492a439d7d0 libswscale/swscale.h --- a/libswscale/swscale.h Wed Feb 11 16:47:57 2009 +0000 +++ b/libswscale/swscale.h Wed Feb 11 21:34:44 2009 +0000 @@ -141,6 +141,11 @@ * 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); /**