[vlc-devel] commit: Fixed swscaler minimal size for YUY2 sse2. (Laurent Aimar )

git version control git at videolan.org
Thu Aug 28 23:53:28 CEST 2008


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Thu Aug 28 23:55:30 2008 +0200| [90a0d65bdd389f2b33c02d2c7e7435b99ac64834] | committer: Laurent Aimar 

Fixed swscaler minimal size for YUY2 sse2.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=90a0d65bdd389f2b33c02d2c7e7435b99ac64834
---

 modules/video_filter/swscale.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/video_filter/swscale.c b/modules/video_filter/swscale.c
index ae6964d..bbe07fe 100644
--- a/modules/video_filter/swscale.c
+++ b/modules/video_filter/swscale.c
@@ -125,7 +125,7 @@ static int GetSwsCpuMask(void);
  * (change it to true to try) */
 #define ALLOW_YUVP (false)
 /* SwScaler does not like too small picture */
-#define MINIMUM_WIDTH (16)
+#define MINIMUM_WIDTH (32)
 
 /* XXX is it always 3 even for BIG_ENDIAN (blend.c seems to think so) ? */
 #define OFFSET_A (3)




More information about the vlc-devel mailing list