diff options
| author | Mattias Andrée <maandree@kth.se> | 2017-01-11 00:12:32 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2017-01-11 00:12:32 +0100 |
| commit | 9b496d0545a151b6516ea1240fb3bd6b725ccf40 (patch) | |
| tree | 46f1a9783ccaf17ef2cb7797e3a0838d659c7346 /src/vu-flip.c | |
| parent | Update todo (diff) | |
| download | blind-9b496d0545a151b6516ea1240fb3bd6b725ccf40.tar.gz blind-9b496d0545a151b6516ea1240fb3bd6b725ccf40.tar.bz2 blind-9b496d0545a151b6516ea1240fb3bd6b725ccf40.tar.xz | |
Add vu-extend
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/vu-flip.c')
| -rw-r--r-- | src/vu-flip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vu-flip.c b/src/vu-flip.c index 372d5eb..d28d1cf 100644 --- a/src/vu-flip.c +++ b/src/vu-flip.c @@ -36,7 +36,7 @@ main(int argc, char *argv[]) fprint_stream_head(stdout, &stream); fflush(stdout); if (ferror(stdout)) - eprintf("<stdin>:"); + eprintf("<stdout>:"); if (stream.width > SIZE_MAX / stream.pixel_size) eprintf("<stdin>: video is too wide\n"); |
