From 67636ed48b0496139c907b406e156acafb234967 Mon Sep 17 00:00:00 2001 From: ramiro Date: Wed, 19 Aug 2009 01:33:17 +0000 Subject: Introduce and use sws_allocVec(). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29536 b3059339-0415-0410-9bf9-f77b7e298cf2 --- 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