From: Francois-Olivier Devaux Date: Tue, 30 Jan 2007 10:43:56 +0000 (+0000) Subject: Correction of the syntax usage (line 36) X-Git-Tag: version.1.1~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d48feb45fc7427e578b95c8844814e23d1999dac;p=openjpeg Correction of the syntax usage (line 36) --- diff --git a/mj2/MJ2_codec/mj2_to_frames.c b/mj2/MJ2_codec/mj2_to_frames.c index 770ab529..c0fc39d6 100644 --- a/mj2/MJ2_codec/mj2_to_frames.c +++ b/mj2/MJ2_codec/mj2_to_frames.c @@ -33,7 +33,7 @@ int main(int argc, char *argv[]) { cp.reduce=0; if (argc != 3) { - printf("Bad syntax: Usage: MJ2_decoder inputfile.mj2 outputfile.yuv\n"); + printf("Bad syntax: Usage: mj2_to_frames inputfile.mj2 outputfile.yuv\n"); printf("Example: MJ2_decoder foreman.mj2 foreman.yuv\n"); return 1; }