mirror of
https://github.com/mpv-player/mpv
synced 2024-11-14 22:48:35 +01:00
input: update ctrl+h to toggle auto-safe
rather than auto
It has been odd that ctrl+h toggles `auto` for hwdecs even though we always recommend people start with `auto-safe`, and `auto` will attempt various hwdecs that can fail so badly we can't fall back to software decoding. With the change to more exhaustively attempt to use hwdecs, it is now easier to get into situations where these fragile hwdecs will get attempted in basic scenarios, like pressing ctrl+h. So it is high time to default to `auto-safe`.
This commit is contained in:
parent
4501e07996
commit
9f7f9c1614
@ -1200,7 +1200,7 @@ Video
|
||||
.. note::
|
||||
|
||||
Use the ``Ctrl+h`` shortcut to toggle hardware decoding at runtime. It
|
||||
toggles this option between ``auto`` and ``no``.
|
||||
toggles this option between ``auto-safe`` and ``no``.
|
||||
|
||||
If you decide you want to use hardware decoding by default, the general
|
||||
recommendation is to try out decoding with the command line option, and
|
||||
@ -1248,9 +1248,9 @@ Video
|
||||
special values:
|
||||
|
||||
: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``
|
||||
:auto-safe: enable any whitelisted hw decoder (see below)
|
||||
:auto-copy: enable best hw decoder with copy-back (see below)
|
||||
|
||||
.. note::
|
||||
|
@ -160,7 +160,7 @@
|
||||
#L cycle-values loop-file "inf" "no" # toggle infinite looping
|
||||
#ctrl+c quit 4
|
||||
#DEL script-binding osc/visibility # cycle OSC visibility between never, auto (mouse-move) and always
|
||||
#ctrl+h cycle-values hwdec "auto" "no" # toggle hardware decoding
|
||||
#ctrl+h cycle-values hwdec "auto-safe" "no" # toggle hardware decoding
|
||||
#F8 show-text ${playlist} # show the playlist
|
||||
#F9 show-text ${track-list} # show the list of video, audio and sub tracks
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user