mirror of https://github.com/mpv-player/mpv
DOCS/interface-changes: document change in ctrl+h behaviour
We now use `auto-safe` when turning on hardware decoding instead of `auto`.
This commit is contained in:
parent
e64ef6089f
commit
93f95f61e9
|
@ -85,6 +85,7 @@ Interface changes
|
||||||
- icc and gpu-shader cache are now saved by default (use --no-icc-shader-cache and
|
- icc and gpu-shader cache are now saved by default (use --no-icc-shader-cache and
|
||||||
--no-gpu-shader-cache to disable)
|
--no-gpu-shader-cache to disable)
|
||||||
- add `--directory-mode=recursive|lazy|ignore`
|
- add `--directory-mode=recursive|lazy|ignore`
|
||||||
|
- ctrl+h now uses `auto-safe` rather than `auto` when turing on hardware decoding
|
||||||
--- mpv 0.35.0 ---
|
--- mpv 0.35.0 ---
|
||||||
- add the `--vo=gpu-next` video output driver, as well as the options
|
- add the `--vo=gpu-next` video output driver, as well as the options
|
||||||
`--allow-delayed-peak-detect`, `--builtin-scalers`,
|
`--allow-delayed-peak-detect`, `--builtin-scalers`,
|
||||||
|
|
Loading…
Reference in New Issue