mirror of
https://github.com/mpv-player/mpv
synced 2025-04-11 04:01:31 +00:00
DOCS/options: fix incorrect labelling of hr-seek default
The `absolute` value was incorrectly labelled as the default instead of
the value named `default`, which was somewhat confusing. When the newer
default option was added in 679e410
it seems like wm4 forgot to remove
the label in the manual on the previous default.
This commit is contained in:
parent
7ff4a27eb6
commit
aab9ab97f0
@ -298,10 +298,10 @@ Playback Control
|
||||
:no: Never use precise seeks.
|
||||
:absolute: Use precise seeks if the seek is to an absolute position in the
|
||||
file, such as a chapter seek, but not for relative seeks like
|
||||
the default behavior of arrow keys (default).
|
||||
the default behavior of arrow keys.
|
||||
:default: Like ``absolute``, but enable hr-seeks in audio-only cases. The
|
||||
exact behavior is implementation specific and may change with
|
||||
new releases.
|
||||
new releases (default).
|
||||
:yes: Use precise seeks whenever possible.
|
||||
:always: Same as ``yes`` (for compatibility).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user