From d80630f011b9a241c55f56b7a7ab88f83832c3c6 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 20 May 2014 11:42:35 +0200 Subject: bayer: fix unused variable --- gst/bayer/gstbayerorc.orc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/gst/bayer/gstbayerorc.orc b/gst/bayer/gstbayerorc.orc index 30e8426e5..d86a819ef 100644 --- a/gst/bayer/gstbayerorc.orc +++ b/gst/bayer/gstbayerorc.orc @@ -24,18 +24,16 @@ mergebw d1, b, d .dest 2 d1 guint8 .source 2 s guint8 .temp 2 t -.temp 1 a .temp 1 b .temp 1 c .temp 1 d .temp 1 e -.temp 1 f loadoffw t, s, -1 -splitwb b, a, t +select1wb b, t splitwb d, c, s loadoffw t, s, 1 -splitwb f, e, t +select0wb e, t avgub e, c, e mergebw d0, c, e avgub b, b, d -- cgit v1.2.1