aboutsummaryrefslogtreecommitdiffstats
path: root/src/vu-transpose.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-01-11 00:12:32 +0100
committerMattias Andrée <maandree@kth.se>2017-01-11 00:12:32 +0100
commit9b496d0545a151b6516ea1240fb3bd6b725ccf40 (patch)
tree46f1a9783ccaf17ef2cb7797e3a0838d659c7346 /src/vu-transpose.c
parentUpdate todo (diff)
downloadblind-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 '')
-rw-r--r--src/vu-transpose.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vu-transpose.c b/src/vu-transpose.c
index 09fe4b8..d9b7aeb 100644
--- a/src/vu-transpose.c
+++ b/src/vu-transpose.c
@@ -47,10 +47,10 @@ 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");
+ eprintf("<stdin>: video frame is too large\n");
n = stream.width * stream.pixel_size;
if (n > SIZE_MAX / stream.height)
eprintf("<stdin>: video frame is too large\n");