summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-10-31 23:25:40 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-10-31 23:25:40 +0100
commit52f3e1351adfed4042d5e8a2c807862243f301f6 (patch)
tree8443e3a77a6e8dcddfa8126b27542bac8d7d8161
parentd29423fd76d37ab957ae5040b14e33f65b95dd23 (diff)
colorspace: Fix Y800 ORC getline implementation
-rw-r--r--gst/colorspace/gstcolorspaceorc.orc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/colorspace/gstcolorspaceorc.orc b/gst/colorspace/gstcolorspaceorc.orc
index a5dea5f81..3661c85f4 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