commit e5f405e03c8f786395ab88b8fbce5c53973cad1d
parent 1f07892210515d5cf741727efc2532b8e50d4e71
Author: Mattias Andrée <maandree@kth.se>
Date: Tue, 10 Jan 2017 02:31:16 +0100
Rename vu-image-to-frame to vu-from-image and vu-frame-to-image to vu-to-image
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat:
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
@@ -8,8 +8,7 @@ BIN =\
vu-dissolve\
vu-flip\
vu-flop\
- vu-frame-to-image\
- vu-image-to-frame\
+ vu-from-image\
vu-invert-luma\
vu-next-frame\
vu-read-head\
@@ -20,6 +19,7 @@ BIN =\
vu-set-saturation\
vu-single-colour\
vu-stack\
+ vu-to-image\
vu-write-head
all: $(BIN)
diff --git a/src/vu-image-to-frame.c b/src/vu-from-image.c
diff --git a/src/vu-frame-to-image.c b/src/vu-to-image.c