[cleanup] Remove deprecated -w and -h from documentation

This commit is contained in:
Marko Viitanen 2022-05-02 22:11:53 +03:00
parent bb1dd31af3
commit a4bc6bb7b1
2 changed files with 1 additions and 8 deletions

View file

@ -344,10 +344,6 @@ Video Usability Information:
- undef, bt709, fcc, bt470bg, smpte170m,
smpte240m, GBR, YCgCo, bt2020nc, bt2020c
--chromaloc <integer> : Specify chroma sample location (0 to 5) [0]
Deprecated parameters: (might be removed at some point)
-w, --width <integer> : Use --input-res.
-h, --height <integer> : Use --input-res.
```
[comment]: # (END UVG266 HELP MESSAGE)

View file

@ -701,11 +701,8 @@ void print_help(void)
" - undef, bt709, fcc, bt470bg, smpte170m,\n"
" smpte240m, GBR, YCgCo, bt2020nc, bt2020c\n"
" --chromaloc <integer> : Specify chroma sample location (0 to 5) [0]\n"
"\n"
/* Word wrap to this width to stay under 80 characters (including ") *************/
"Deprecated parameters: (might be removed at some point)\n"
" -w, --width <integer> : Use --input-res.\n"
" -h, --height <integer> : Use --input-res.\n");
);
}