summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorNiklas Haas <git@nand.wakku.to>2015-02-23 17:49:43 +0100
committerNiklas Haas <git@nand.wakku.to>2015-02-23 17:49:43 +0100
commit92d33d06dfaef29f1c012d26da553266ecee7b46 (patch)
tree9fec8cd56bc4939f76eda3842b59c19b297a498a /DOCS
parent99dfd3368d9564d39792b2f00253d92f736cec5e (diff)
downloadmpv-92d33d06dfaef29f1c012d26da553266ecee7b46.tar.bz2
mpv-92d33d06dfaef29f1c012d26da553266ecee7b46.tar.xz
manpage: update for new EWA filters
The man page was still referring to ewa_lanczos exclusively in a few places, even though new EWA filters have been introduced in the meantime.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/vo.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index 17b1d54e52..948a89ad16 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -337,7 +337,7 @@ Available video output drivers are:
Set radius for filters listed below, must be a float number between 1.0
and 16.0. Defaults to be 3.0 if not specified.
- ``sinc``, ``lanczos``, ``ewa_lanczos``, ``ewa_ginseng``, ``blackman``, ``gaussian``
+ ``sinc``, ``lanczos``, ``blackman``, ``gaussian`` and all EWA filters (eg. ``ewa_lanczos``)
Note that depending on filter implementation details and video scaling
ratio, the radius that actually being used might be different
@@ -349,7 +349,7 @@ Available video output drivers are:
between 0.0 and 1.0. The default value of 0.0 disables antiringing
entirely.
- Note that this currently only affects ``ewa_lanczos``.
+ Note that this currently only affects EWA filters (eg. ``ewa_lanczos``).
``scaler-resizes-only``
Disable the scaler if the video image is not resized. In that case,