Skip to content

Commit

Permalink
fix usage (help) output for encoder app
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh authored and osamu620 committed Jan 19, 2024
1 parent 9dca9c4 commit 08a8b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/apps/encoder/enc_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ void print_help(char *cmd) {
"Clevels=Int:\n Number of DWT decomposition.\n Valid range for number of DWT levels is from 0 to "
"32 (Default is 5.)\n");
printf("Creversible=yes or no:\n yes for lossless mode, no for lossy mode. Default is no.\n");
printf("Cblk=Size:\n Code-block size.\n Default is {64,64}]");
printf("Cblk=Size:\n Code-block size.\n Default is {64,64}]\n");
printf("Cprecincts=Size:\n Precinct size. Shall be power of two.\n");
printf("Cycc=yes or no:\n yes to use RGB->YCbCr color space conversion.\n");
printf("Corder:\n Progression order. Valid entry is one of LRCP, RLCP, RPCL, PCRL, CPRL.\n");
Expand Down

0 comments on commit 08a8b81

Please sign in to comment.