From 09e9e554417b7750ace9efa7999c31e16fb8d1d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 31 Oct 2010 23:25:40 +0100 Subject: [PATCH] [MOVED FROM BAD 42/68] colorspace: Fix Y800 ORC getline implementation --- gst/colorspace/gstcolorspaceorc.orc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/colorspace/gstcolorspaceorc.orc b/gst/colorspace/gstcolorspaceorc.orc index a5dea5f815..3661c85f45 100644 --- a/gst/colorspace/gstcolorspaceorc.orc +++ b/gst/colorspace/gstcolorspaceorc.orc @@ -1407,11 +1407,11 @@ mergewl ayuv, ay, uv .dest 4 ayuv guint8 .source 1 y guint8 .const 1 c255 255 -.const 2 c0xffff 0xffff +.const 2 c0x8080 0x8080 .temp 2 ay mergebw ay, c255, y -mergewl ayuv, ay, c0xffff +mergewl ayuv, ay, c0x8080 .function cogorc_getline_BGRA