summaryrefslogtreecommitdiff
path: root/libswscale/yuv2rgb_template.c
diff options
context:
space:
mode:
authorCédric Schieli <cschieli@gmail.com>2009-02-28 08:01:52 +0000
committerCédric Schieli <cschieli@gmail.com>2009-02-28 08:01:52 +0000
commitf8a138be5257f751ef7d3c6b7ab534c0434e90e7 (patch)
treedb7a168078a2473e859da7d43a0d964af5f0e323 /libswscale/yuv2rgb_template.c
parent5f59207d94115e61d5c401f5f03a3d2644fcb5c7 (diff)
When converting from a non alpha format to an alpha format, defaults
Originally committed as revision 28756 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/yuv2rgb_template.c')
-rw-r--r--libswscale/yuv2rgb_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/yuv2rgb_template.c b/libswscale/yuv2rgb_template.c
index 0b5e6f9ca1..f55568b0ab 100644
--- a/libswscale/yuv2rgb_template.c
+++ b/libswscale/yuv2rgb_template.c
@@ -446,7 +446,7 @@ static inline int RENAME(yuv420_rgb32)(SwsContext *c, uint8_t* src[], int srcStr
YUV2RGB_INIT
YUV2RGB
- "pxor %%mm3, %%mm3;" /* zero mm3 */
+ "pcmpeqd %%mm3, %%mm3;" /* fill mm3 */
RGB_PLANAR2PACKED32
YUV2RGB_ENDLOOP(4)