diff options
author | ami_stuff <ami_stuff@o2.pl> | 2011-05-10 15:34:08 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-05-12 00:18:35 +0200 |
commit | 1d14edb7242ee231c9069533c109e1200814d288 (patch) | |
tree | 22012efd13a913bd9bbbba92993b1a920779b3ca | |
parent | 4f038fdc23108adeab42bd06dfadf10f91cd80d5 (diff) | |
download | ffmpeg-1d14edb7242ee231c9069533c109e1200814d288.tar.gz |
Use VOFW 21503 as a default value for all types of the CPUs
-rw-r--r-- | libswscale/swscale_internal.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index d2b24e5491..ac225fd08f 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -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) |