summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-10-31 17:01:31 +0100
committerwm4 <wm4@nowhere>2019-10-31 17:01:31 +0100
commit9e0b0be8ee05c3504a6e4ac8a4ab2d3874e2044f (patch)
tree45d569979a1e4076e99920040ae1bf8596b33eda
parenta7230dfed0bf563fd9f4673c3020d1cf8461febf (diff)
downloadmpv-9e0b0be8ee05c3504a6e4ac8a4ab2d3874e2044f.tar.bz2
mpv-9e0b0be8ee05c3504a6e4ac8a4ab2d3874e2044f.tar.xz
manpage: update --zimg-scaler default
Forgotten in previous commit.
-rw-r--r--DOCS/man/options.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 76f39dc29f..99116fb245 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -3863,8 +3863,8 @@ Software Scaler
Most things which need software conversion can make use of this.
-``--zimg--scaler=<point|bilinear|bicubic|spline16|spline36|lanczos>``
- Zimg luma scaler to use (default: bilinear).
+``--zimg-scaler=<point|bilinear|bicubic|spline16|spline36|lanczos>``
+ Zimg luma scaler to use (default: lanczos).
``--zimg-scaler-param-a=<default|float>``, ``--zimg-scaler-param-b=<default|float>``
Set scaler parameters. By default, these are set to the special string
@@ -3878,7 +3878,7 @@ Software Scaler
a and b are the bicubic b and c parameters.
``--zimg-scaler-chroma=...``
- Same as ``--zimg--scaler``, for for chroma interpolation.
+ Same as ``--zimg--scaler``, for for chroma interpolation (default: bilinear).
``--zimg-scaler-chroma-param-a``, ``--zimg-scaler-chroma-param-b``
Same as ``--zimg-scaler-param-a`` / ``--zimg-scaler-param-b``, for chroma.