From 0f4eb8b04341081591bf401eaa2c07d6bc3ff52e Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Thu, 26 May 2011 09:17:52 -0400 Subject: swscale: remove VOF/VOFW. --- libswscale/swscale_internal.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'libswscale/swscale_internal.h') diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index 964f710179..5aad9cfdca 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -35,14 +35,6 @@ #define MAX_FILTER_SIZE 256 -#if ARCH_X86 -#define VOFW 5120 -#else -#define VOFW 2048 // faster on PPC and not tested on others -#endif - -#define VOF (VOFW*2) - #if HAVE_BIGENDIAN #define ALT32_CORR (-1) #else -- cgit v1.2.3