From 1aff375d41b4ff32ff6b4ae7a2e75b269ea6df63 Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Wed, 19 Aug 2009 01:33:17 +0000 Subject: Introduce and use sws_allocVec(). Originally committed as revision 29536 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/swscale.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libswscale/swscale.h') diff --git a/libswscale/swscale.h b/libswscale/swscale.h index a151095858..43ff7e20f5 100644 --- a/libswscale/swscale.h +++ b/libswscale/swscale.h @@ -181,6 +181,11 @@ int sws_getColorspaceDetails(struct SwsContext *c, int **inv_table, int *srcRange, int **table, int *dstRange, int *brightness, int *contrast, int *saturation); +/** + * Allocates and returns an uninitialized vector with length coefficients. + */ +SwsVector *sws_allocVec(int length); + /** * Returns a normalized Gaussian curve used to filter stuff * quality=3 is high quality, lower is lower quality. -- cgit v1.2.3