summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas F <ovdev@fratti.ch>2019-05-05 19:15:01 +0200
committersfan5 <sfan5@live.de>2019-05-05 21:06:18 +0200
commit91c1691b35d4bfa01cd56f181ff88358a8b23ace (patch)
tree339eaa0cde1146f7338b55c25e701ccddf97084e
parent037cbacb8c5081313ea65024d4305d29a47165e0 (diff)
downloadmpv-91c1691b35d4bfa01cd56f181ff88358a8b23ace.tar.bz2
mpv-91c1691b35d4bfa01cd56f181ff88358a8b23ace.tar.xz
man: clarify vavpp requirements
I assume (but cannot confirm) that VA-AP-API is in fact a typo, because most if not all search engine results related to it are from mpv's manual page. By changing this to VA-API and clarifying that this requires VA-API support on a system to use it, we can hopefully make it clear to unsuspecting Windows users that this is not the filter they're looking for. Concerns #6690.
-rw-r--r--DOCS/man/vf.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst
index 92c642c24b..1f8780383d 100644
--- a/DOCS/man/vf.rst
+++ b/DOCS/man/vf.rst
@@ -468,8 +468,9 @@ Available mpv-only filters are:
other userdata type will result in hard crashes.
``vavpp``
- VA-AP-API video post processing. Works with ``--vo=vaapi`` and ``--vo=gpu``
- only. Currently deinterlaces. This filter is automatically inserted if
+ VA-API video post processing. Requires the system to support VA-API,
+ i.e. Linux/BSD only. Works with ``--vo=vaapi`` and ``--vo=gpu`` only.
+ Currently deinterlaces. This filter is automatically inserted if
deinterlacing is requested (either using the ``d`` key, by default mapped to
the command ``cycle deinterlace``, or the ``--deinterlace`` option).