summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@overt.org>2023-07-02 10:13:42 -0700
committerPhilip Langdale <github.philipl@overt.org>2023-07-14 20:41:24 -0700
commite64ef6089f49e2b698d58f0eaec263f23eb6f4ee (patch)
treeed5aa65cd1f54319f8f62718088f2c85049ec649 /DOCS/man/options.rst
parent7fe2a76621f15c11298fdbc55a13f878b35a36bf (diff)
downloadmpv-e64ef6089f49e2b698d58f0eaec263f23eb6f4ee.tar.bz2
mpv-e64ef6089f49e2b698d58f0eaec263f23eb6f4ee.tar.xz
vd_lavc: map `hwdec=yes` to `hwdec=auto-safe`
To remain consistent with our belief that `auto-safe` should be the recommended mode when turning on hw decoding, let's remap `yes` from `auto` to `auto-safe`.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 2766a8dbd0..46dd39373a 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -1250,7 +1250,7 @@ Video
:no: always use software decoding (default)
:auto-safe: enable any whitelisted hw decoder (see below)
:auto: forcibly enable any hw decoder found (see below)
- :yes: exactly the same as ``auto``
+ :yes: exactly the same as ``auto-safe``
:auto-copy: enable best hw decoder with copy-back (see below)
.. note::