diff options
| author | Mattias Andrée <maandree@kth.se> | 2017-04-09 10:16:50 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2017-04-09 10:52:20 +0200 |
| commit | 80d76b61b0e2b1224f8b0417658285b90934880e (patch) | |
| tree | 52e0a47c6d44616d3a07a3fd81730e3ff8d28338 /src/blind-set-luma.c | |
| parent | blind-translate.1: document memory requirement (diff) | |
| download | blind-80d76b61b0e2b1224f8b0417658285b90934880e.tar.gz blind-80d76b61b0e2b1224f8b0417658285b90934880e.tar.bz2 blind-80d76b61b0e2b1224f8b0417658285b90934880e.tar.xz | |
blind-next-frame: add -f flag: read multiple frames
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/blind-set-luma.c')
| -rw-r--r-- | src/blind-set-luma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blind-set-luma.c b/src/blind-set-luma.c index 49cbc08..f4bd3d5 100644 --- a/src/blind-set-luma.c +++ b/src/blind-set-luma.c @@ -92,7 +92,7 @@ main(int argc, char *argv[]) struct stream colour, luma; void (*process)(struct stream *colour, struct stream *luma, size_t n); - ENOFLAGS(argc != 1); + UNOFLAGS(argc != 1); colour.file = "<stdin>"; colour.fd = STDIN_FILENO; |
