diff options
author | Daniel Almeida <daniel.almeida@collabora.com> | 2021-05-21 12:24:00 -0300 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2021-05-21 21:16:24 -0400 |
commit | 038ba1bffe4fd6751e3c5edd2797413875f38d79 (patch) | |
tree | a63d01dd1a2018ce33fb3bae3c21f301caa38fcf | |
parent | 4188959a79cf85fa4225ed5f1c4068502d65d952 (diff) | |
download | gstreamer-plugins-base-038ba1bffe4fd6751e3c5edd2797413875f38d79.tar.gz |
video: video-orc: remove trailing spaces
Remove unnecessary trailing spaces at the end of some orc functions.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1152>
-rw-r--r-- | gst-libs/gst/video/video-orc.orc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gst-libs/gst/video/video-orc.orc b/gst-libs/gst/video/video-orc.orc index 6edc16f22..b09e6b471 100644 --- a/gst-libs/gst/video/video-orc.orc +++ b/gst-libs/gst/video/video-orc.orc @@ -1533,7 +1533,7 @@ mergewl ayuv, ay, uv .temp 4 x .const 1 c128 128 -x4 subb x, ayuv, c128 +x4 subb x, ayuv, c128 splitlw wv, wy, x splitwb y, a, wy splitwb v, u, wv @@ -1589,7 +1589,7 @@ x4 addb argb, x, c128 .temp 4 x .const 1 c128 128 -x4 subb x, ayuv, c128 +x4 subb x, ayuv, c128 splitlw wv, wy, x splitwb y, a, wy splitwb v, u, wv @@ -1646,7 +1646,7 @@ x4 addb bgra, x, c128 .temp 4 x .const 1 c128 128 -x4 subb x, ayuv, c128 +x4 subb x, ayuv, c128 splitlw wv, wy, x splitwb y, a, wy splitwb v, u, wv @@ -1702,7 +1702,7 @@ x4 addb argb, x, c128 .temp 4 x .const 1 c128 128 -x4 subb x, ayuv, c128 +x4 subb x, ayuv, c128 splitlw wv, wy, x splitwb y, a, wy splitwb v, u, wv |