Correction of the syntax usage (line 36)

This commit is contained in:
Francois-Olivier Devaux 2007-01-30 10:43:56 +00:00
parent b5c8558934
commit d48feb45fc
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}