From 26f0d73d73936ce2bc8800931f1a5db4cfbffebb Mon Sep 17 00:00:00 2001 From: benoit Date: Mon, 10 Mar 2008 14:28:25 +0000 Subject: define VOF as double of VOFW. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26209 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libswscale/swscale_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index ee14fc33bc..0370068122 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -31,8 +31,8 @@ #define MAX_FILTER_SIZE 256 -#define VOF 4096 #define VOFW 2048 +#define VOF (VOFW*2) typedef int (*SwsFunc)(struct SwsContext *context, uint8_t* src[], int srcStride[], int srcSliceY, int srcSliceH, uint8_t* dst[], int dstStride[]); -- cgit v1.2.3