diff options
| author | Mattias Andrée <maandree@kth.se> | 2017-01-10 02:31:16 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2017-01-10 02:31:16 +0100 |
| commit | e5f405e03c8f786395ab88b8fbce5c53973cad1d (patch) | |
| tree | e94debeca31fc6de32ba61ab7d367c9d61220fd7 | |
| parent | vu-image-to-frame: add -h: headless frame (diff) | |
| download | blind-e5f405e03c8f786395ab88b8fbce5c53973cad1d.tar.gz blind-e5f405e03c8f786395ab88b8fbce5c53973cad1d.tar.bz2 blind-e5f405e03c8f786395ab88b8fbce5c53973cad1d.tar.xz | |
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>
| -rw-r--r-- | Makefile | 4 | ||||
| -rw-r--r-- | src/vu-from-image.c (renamed from src/vu-image-to-frame.c) | 0 | ||||
| -rw-r--r-- | src/vu-to-image.c (renamed from src/vu-frame-to-image.c) | 0 |
3 files changed, 2 insertions, 2 deletions
@@ -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 index 7e70999..7e70999 100644 --- 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 index 3b93dd9..3b93dd9 100644 --- a/src/vu-frame-to-image.c +++ b/src/vu-to-image.c |
