Skip to content

Commit

Permalink
Fix flag order
Browse files Browse the repository at this point in the history
  • Loading branch information
maryla-uc committed Jan 2, 2025
1 parent fa52ed4 commit ae3cd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/avifenc.c
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ static void syntaxLong(void)
printf(" --tilerowslog2 R : Set log2 of number of tile rows (0-6, default: 0)\n");
printf(" --tilecolslog2 C : Set log2 of number of tile columns (0-6, default: 0)\n");
printf(" --autotiling : Set --tilerowslog2 and --tilecolslog2 automatically\n");
printf(" --max QP : Deprecated, use -q [0-100] instead\n");
printf(" --min QP : Deprecated, use -q [0-100] instead\n");
printf(" --max QP : Deprecated, use -q [0-100] instead\n");
printf(" --minalpha QP : Deprecated, use --qalpha [0-100] instead\n");
printf(" --maxalpha QP : Deprecated, use --qalpha [0-100] instead\n");
printf(" --scaling-mode N[/D] : EXPERIMENTAL: Set frame (layer) scaling mode as given fraction. If omitted, D default to 1. (Default: 1/1)\n");
Expand Down

0 comments on commit ae3cd7f

Please sign in to comment.