This commit is contained in:
Jamaika1 2020-12-29 08:04:44 +01:00 committed by GitHub
parent a4720f2aed
commit 45625a3e1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -800,7 +800,8 @@ static int parse_cmdline_encoder(int argc, char **argv,
"If subsampling is omitted, 1x1 is assumed for all components\n");
fprintf(stderr,
"Example: -i image.raw -o image.j2k -F 512,512,3,8,u@1x1:2x2:2x2\n");
fprintf(stderr, " for raw or yuv 512x512 image with 4:2:0 subsampling\n");
fprintf(stderr,
" for raw or yuv 512x512 image with 4:2:0 subsampling\n");
fprintf(stderr, "Aborting.\n");
return 1;
}