[FFmpeg-cvslog] Use VOFW 21503 as a default value for all types of the CPUs

ami_stuff git at videolan.org
Thu May 12 00:22:17 CEST 2011


ffmpeg | branch: master | ami_stuff <ami_stuff at o2.pl> | Tue May 10 15:34:08 2011 +0200| [1d14edb7242ee231c9069533c109e1200814d288] | committer: Michael Niedermayer

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

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1d14edb7242ee231c9069533c109e1200814d288
---

 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 d2b24e5..ac225fd 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)
 



More information about the ffmpeg-cvslog mailing list