summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@overt.org>2023-07-15 18:58:28 +0800
committerPhilip Langdale <philipl@overt.org>2023-07-15 18:58:28 +0800
commit93f95f61e92499c5fe2975add2e86d89b0a563b5 (patch)
tree1fb7d02303cf1f568a26e5d989b6f95cc34fc2cb /DOCS
parente64ef6089f49e2b698d58f0eaec263f23eb6f4ee (diff)
downloadmpv-93f95f61e92499c5fe2975add2e86d89b0a563b5.tar.bz2
mpv-93f95f61e92499c5fe2975add2e86d89b0a563b5.tar.xz
DOCS/interface-changes: document change in ctrl+h behaviour
We now use `auto-safe` when turning on hardware decoding instead of `auto`.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 10c51fcf0e..34f3e180fb 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -85,6 +85,7 @@ Interface changes
- icc and gpu-shader cache are now saved by default (use --no-icc-shader-cache and
--no-gpu-shader-cache to disable)
- add `--directory-mode=recursive|lazy|ignore`
+ - ctrl+h now uses `auto-safe` rather than `auto` when turing on hardware decoding
--- mpv 0.35.0 ---
- add the `--vo=gpu-next` video output driver, as well as the options
`--allow-delayed-peak-detect`, `--builtin-scalers`,