From 8ebcb57f7f69c588f16604fe536cab5adc1a5c4b Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 9 Jan 2017 16:25:34 +0100 Subject: m + add vu-invert-luma.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/vu-set-luma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vu-set-luma.c') diff --git a/src/vu-set-luma.c b/src/vu-set-luma.c index eaeea06..7bab67e 100644 --- a/src/vu-set-luma.c +++ b/src/vu-set-luma.c @@ -90,7 +90,7 @@ main(int argc, char *argv[]) if ((n & 3) || colour.ptr != luma.ptr) { memmove(colour.buf, colour.buf + n, colour.ptr); - memmove(luma.buf, luma.buf + n, luma.ptr); + memmove(luma.buf, luma.buf + n, luma.ptr); } } -- cgit v1.2.3-70-g09d2