summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-02-28 17:17:42 +0100
committerwm4 <wm4@nowhere>2020-02-28 17:17:42 +0100
commit7e2bb7b43948eeab67a03ba0e89dbf4761027073 (patch)
treead8c142a6305e4b4b98bcb5fb0d1e43e5bdb7c7e /DOCS
parent679e4108f29db061e85687af18f0e013c067f59b (diff)
downloadmpv-7e2bb7b43948eeab67a03ba0e89dbf4761027073.tar.bz2
mpv-7e2bb7b43948eeab67a03ba0e89dbf4761027073.tar.xz
osc: use default hr-seek when dragging progress bar to seek
The "seekbarkeyframes" option is now interpreted such if it's true, the player default is used. Too lazy to make this a choice option or whatever; the Lua option parser doesn't have support for that anyway. Someone who cares can adjust this.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/osc.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/DOCS/man/osc.rst b/DOCS/man/osc.rst
index 4d1222abaa..e1b7e8aaf5 100644
--- a/DOCS/man/osc.rst
+++ b/DOCS/man/osc.rst
@@ -179,11 +179,12 @@ Configurable Options
``seekbarkeyframes``
Default: yes
- Controls the mode used to seek when dragging the seekbar. By default,
- keyframes are used. If set to false, exact seeking on mouse drags
- will be used instead. Keyframes are preferred, but exact seeks may be
- useful in cases where keyframes cannot be found. Note that using exact
- seeks can potentially make mouse dragging much slower.
+ Controls the mode used to seek when dragging the seekbar (default: true). If
+ set to true, default seeking mode is used (usually keyframes, but player
+ defaults and heuristics can change it to exact). If set to false, exact
+ seeking on mouse drags will be used instead. Keyframes are preferred, but
+ exact seeks may be useful in cases where keyframes cannot be found. Note
+ that using exact seeks can potentially make mouse dragging much slower.
``seekrangestyle``
Default: inverted