Change "y4m or stdin" to "y4m" in avifenc help msg (#3197)
A follow-up to PR #2710.
diff --git a/apps/avifenc.c b/apps/avifenc.c
index c27eeb7..a5208e4 100644
--- a/apps/avifenc.c
+++ b/apps/avifenc.c
@@ -222,10 +222,10 @@
printf(" --mini : EXPERIMENTAL: Use reduced header if possible (backward-incompatible)\n");
#endif
printf(" -l,--lossless : Set all defaults to encode losslessly, and emit warnings when settings/input don't allow for it\n");
- printf(" -d,--depth D[,Dextension] : D is the output bit depth per channel. D must be 8, 10 or 12. (JPEG/PNG only; y4m or stdin: bit depth is retained and must match if specified; Dextension is unsupported)\n");
+ printf(" -d,--depth D[,Dextension] : D is the output bit depth per channel. D must be 8, 10 or 12. (JPEG/PNG only; y4m: bit depth is retained and must match if specified; Dextension is unsupported)\n");
printf(" If specified, Dextension adds a hidden encoded image of Dextension bit depth in the same file as the primary image to reach 16-bit depth at decoding.\n");
printf(" See avifSampleTransformRecipe for the supported combinations (8,8 and 12,4 and 12,8).\n");
- printf(" -y,--yuv FORMAT : Output format, one of 'auto' (default), 444, 422, 420 or 400. Ignored for y4m or stdin (y4m format is retained)\n");
+ printf(" -y,--yuv FORMAT : Output format, one of 'auto' (default), 444, 422, 420 or 400. Ignored for y4m (y4m format is retained)\n");
printf(" For JPEG, auto honors the JPEG's internal format, if possible. For grayscale PNG, auto defaults to 400. For all other cases, auto defaults to 444\n");
printf(" -p,--premultiply : Premultiply color by the alpha channel and signal this in the AVIF\n");
printf(" --sharpyuv : Use sharp RGB to YUV420 conversion (if supported). Ignored for y4m or if output is not 420.\n");
@@ -236,7 +236,7 @@
printf(" T = transfer characteristics\n");
printf(" M = matrix coefficients\n");
printf(" Use 2 for any you wish to leave unspecified\n");
- printf(" -r,--range RANGE : YUV range, one of 'limited' or 'l', 'full' or 'f'. (JPEG/PNG only, default: full; For y4m or stdin, range is retained)\n");
+ printf(" -r,--range RANGE : YUV range, one of 'limited' or 'l', 'full' or 'f'. (JPEG/PNG only, default: full; For y4m, range is retained)\n");
printf(" --target-size S : Set target file size in bytes (up to 7 times slower)\n");
printf(" --progressive : Automatically set parameters to encode a simple layered image supporting progressive rendering from a single input frame.\n");
printf(" --layered : Encode a layered AVIF. Each input is encoded as one layer and at most %d layers can be encoded.\n",
diff --git a/doc/avifenc.1.md b/doc/avifenc.1.md
index 9989586..1d0aab1 100644
--- a/doc/avifenc.1.md
+++ b/doc/avifenc.1.md
@@ -54,12 +54,12 @@
: Set all defaults to encode losslessly, and emit warnings when settings/input don't allow for it.
**-d**, **\--depth** _D_[,_EXTENSION_]
-: D is the output bit depth per channel. D must be 8, 10 or 12. (JPEG/PNG only; y4m or stdin: bit depth is retained and must match if specified; EXTENSION is unsupported).
+: D is the output bit depth per channel. D must be 8, 10 or 12. (JPEG/PNG only; y4m: bit depth is retained and must match if specified; EXTENSION is unsupported).
If specified, EXTENSION adds a hidden encoded image of EXTENSION bit depth in the same file as the primary image to reach 16-bit depth at decoding.
See avifSampleTransformRecipe for the supported combinations (8,8 and 12,4 and 12,8).
**-y**, **\--yuv** _FORMAT_
-: Output format, one of 'auto' (default), 444, 422, 420 or 400. Ignored for y4m or stdin (y4m format is retained).
+: Output format, one of 'auto' (default), 444, 422, 420 or 400. Ignored for y4m (y4m format is retained).
For JPEG, auto honors the JPEG's internal format, if possible. For grayscale PNG, auto defaults to 400.\
For all other cases, auto defaults to 444.
@@ -86,7 +86,7 @@
Use 2 for any you wish to leave unspecified.
**-r**, **\--range** _RANGE_
-: YUV range, one of 'limited' or 'l', 'full' or 'f'. (JPEG/PNG only, default: full; For y4m or stdin, range is retained).
+: YUV range, one of 'limited' or 'l', 'full' or 'f'. (JPEG/PNG only, default: full; For y4m, range is retained).
**\--target-size** _S_
: Set target file size in bytes (up to 7 times slower)