[MOVED FROM BAD 42/68] colorspace: Fix Y800 ORC getline implementation
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Sun, 31 Oct 2010 22:25:40 +0000 (23:25 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Wed, 15 Jun 2011 14:12:55 +0000 (16:12 +0200)
gst/colorspace/gstcolorspaceorc.orc

index a5dea5f..3661c85 100644 (file)
@@ -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