diff options
| author | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2004-11-05 10:07:02 +0000 |
|---|---|---|
| committer | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2004-11-05 10:07:02 +0000 |
| commit | f3c3eab744f888d71f41fcebbf843dd42477fd21 (patch) | |
| tree | d0b371688c2d0c055978b7df87e03a18add1f1dc | |
| parent | 08209f1d23a224180fde80bb0e2ab84cd6d22e30 (diff) | |
Usage message updated
| -rw-r--r-- | mj2/mj2_to_frames.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mj2/mj2_to_frames.c b/mj2/mj2_to_frames.c index 4c1d054d..d775b5aa 100644 --- a/mj2/mj2_to_frames.c +++ b/mj2/mj2_to_frames.c @@ -49,7 +49,7 @@ int main(int argc, char **argv) if (argc < 3) { fprintf(stderr, - "usage: %s j2k-file image-file -reduce n (<- optional)\n", + "usage: %s mj2-file raw_yuv-file -reduce n (<- optional)\n", argv[0]); return 1; } @@ -93,7 +93,7 @@ int main(int argc, char **argv) "!! Unrecognized format for outfile : %c%c%c [accept only *.yuv] !!\n", S1, S2, S3); fprintf(stderr, - "usage: j2k-file image-file -reduce n (<- optional)\n\n"); + "usage: mj2-file raw_yuv-file -reduce n (<- optional)\n\n"); return 1; } @@ -133,7 +133,7 @@ int main(int argc, char **argv) "mj2_to_frames : Unknown format image *.%c%c%c [only *.mj2]!! \n", S1, S2, S3); fprintf(stderr, - "usage: j2k-file image-file -reduce n (<- optional)\n\n"); + "usage: mj2-file raw_yuv-file -reduce n (<- optional)\n\n"); return 1; } |
