summaryrefslogtreecommitdiff
path: root/libswscale
diff options
context:
space:
mode:
authorami_stuff <ami_stuff@o2.pl>2011-05-10 15:34:08 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-05-12 00:18:35 +0200
commit1d14edb7242ee231c9069533c109e1200814d288 (patch)
tree22012efd13a913bd9bbbba92993b1a920779b3ca /libswscale
parent4f038fdc23108adeab42bd06dfadf10f91cd80d5 (diff)
Use VOFW 21503 as a default value for all types of the CPUs
Diffstat (limited to 'libswscale')
-rw-r--r--libswscale/swscale_internal.h4
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)