diff options
author | Wim Taymans <wtaymans@redhat.com> | 2014-05-20 11:42:35 +0200 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2014-05-20 11:42:35 +0200 |
commit | d80630f011b9a241c55f56b7a7ab88f83832c3c6 (patch) | |
tree | 3886b1f929557ae4071d6c6d08a40e4649fa7770 /gst | |
parent | 9c1e66302dde3fd904a83f62d29b8390d6341392 (diff) |
bayer: fix unused variable
Diffstat (limited to 'gst')
-rw-r--r-- | gst/bayer/gstbayerorc.orc | 6 |
1 files 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 |