diff options
| author | Mattias Andrée <maandree@kth.se> | 2017-01-13 09:05:08 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2017-01-13 09:05:08 +0100 |
| commit | 4674ec0e4b833ab0d0365225ba99228df14abe87 (patch) | |
| tree | 1b89fe1559fc9a2422e20048700e694a72d17751 /src/vu-write-head.c | |
| parent | vu-from-video: fix Y'UV encoding + add vu-to-video (diff) | |
| download | blind-4674ec0e4b833ab0d0365225ba99228df14abe87.tar.gz blind-4674ec0e4b833ab0d0365225ba99228df14abe87.tar.bz2 blind-4674ec0e4b833ab0d0365225ba99228df14abe87.tar.xz | |
Rename to blind
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/vu-write-head.c')
| -rw-r--r-- | src/vu-write-head.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/vu-write-head.c b/src/vu-write-head.c deleted file mode 100644 index 9e7c4a3..0000000 --- a/src/vu-write-head.c +++ /dev/null @@ -1,18 +0,0 @@ -/* See LICENSE file for copyright and license details. */ -#include "util.h" - -USAGE("parameters ...") - -int -main(int argc, char *argv[]) -{ - ENOFLAGS(!argc); - - printf("%s", *argv++); - while (*argv) - printf(" %s", *argv++); - printf("\n%cuivf", 0); - - efshut(stdout, "<stdout>"); - return 0; -} |
