Mercurial > mplayer.hg
changeset 28498:d492a439d7d0
Document sws_getIdentityVec().
author | stefano |
---|---|
date | Wed, 11 Feb 2009 21:34:44 +0000 |
parents | aa7a9636fde5 |
children | 5d76e0dbe16e |
files | libswscale/swscale.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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); /**