mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 02:24:07 +00:00
[cleanup] Remove deprecated -w and -h from documentation
This commit is contained in:
parent
bb1dd31af3
commit
a4bc6bb7b1
|
@ -344,10 +344,6 @@ Video Usability Information:
|
||||||
- undef, bt709, fcc, bt470bg, smpte170m,
|
- undef, bt709, fcc, bt470bg, smpte170m,
|
||||||
smpte240m, GBR, YCgCo, bt2020nc, bt2020c
|
smpte240m, GBR, YCgCo, bt2020nc, bt2020c
|
||||||
--chromaloc <integer> : Specify chroma sample location (0 to 5) [0]
|
--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)
|
[comment]: # (END UVG266 HELP MESSAGE)
|
||||||
|
|
||||||
|
|
|
@ -701,11 +701,8 @@ void print_help(void)
|
||||||
" - undef, bt709, fcc, bt470bg, smpte170m,\n"
|
" - undef, bt709, fcc, bt470bg, smpte170m,\n"
|
||||||
" smpte240m, GBR, YCgCo, bt2020nc, bt2020c\n"
|
" smpte240m, GBR, YCgCo, bt2020nc, bt2020c\n"
|
||||||
" --chromaloc <integer> : Specify chroma sample location (0 to 5) [0]\n"
|
" --chromaloc <integer> : Specify chroma sample location (0 to 5) [0]\n"
|
||||||
"\n"
|
|
||||||
/* Word wrap to this width to stay under 80 characters (including ") *************/
|
/* 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");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue