summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 0a6e979eb0..6d390ebb7d 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -591,8 +591,9 @@ Video
``<api>`` can be one of the following:
:no: always use software decoding (default)
- :auto: see below
- :auto-copy: see below
+ :auto: enable best hw decoder (see below)
+ :yes: exactly the same as ``auto``
+ :auto-copy: enable best hw decoder with copy-back (see below)
:vdpau: requires ``--vo=vdpau`` or ``--vo=opengl`` (Linux only)
:vaapi: requires ``--vo=opengl`` or ``--vo=vaapi`` (Linux only)
:vaapi-copy: copies video back into system RAM (Linux with Intel GPUs only)