Use VOFW 21503 as a default value for all types of the CPUs

This commit is contained in:
ami_stuff 2011-05-10 15:34:08 +02:00 committed by Michael Niedermayer
parent 4f038fdc23
commit 1d14edb724
1 changed files with 0 additions and 4 deletions

View File

@ -35,11 +35,7 @@
#define MAX_FILTER_SIZE 256
#if ARCH_X86
#define VOFW 21504
#else
#define VOFW 2048 // faster on PPC and not tested on others
#endif
#define VOF (VOFW*2)