Commit 90a0d65b authored by Laurent Aimar's avatar Laurent Aimar

Fixed swscaler minimal size for YUY2 sse2.

parent da9b4d4d
...@@ -125,7 +125,7 @@ static int GetSwsCpuMask(void); ...@@ -125,7 +125,7 @@ static int GetSwsCpuMask(void);
* (change it to true to try) */ * (change it to true to try) */
#define ALLOW_YUVP (false) #define ALLOW_YUVP (false)
/* SwScaler does not like too small picture */ /* 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) ? */ /* XXX is it always 3 even for BIG_ENDIAN (blend.c seems to think so) ? */
#define OFFSET_A (3) #define OFFSET_A (3)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment