diff options
Diffstat (limited to 'src/vu-transpose.c')
| -rw-r--r-- | src/vu-transpose.c | 4 |
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"); |
