0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

DOCS: fix typo on seekbarkeyframes

This commit is contained in:
hooke007 2021-06-24 01:03:27 +08:00 committed by Dudemanguy
parent ee27629244
commit 5f76744c61

View File

@ -180,12 +180,12 @@ Configurable Options
``seekbarkeyframes`` ``seekbarkeyframes``
Default: yes Default: yes
Controls the mode used to seek when dragging the seekbar (default: true). If Controls the mode used to seek when dragging the seekbar. If set to ``yes``,
set to true, default seeking mode is used (usually keyframes, but player default seeking mode is used (usually keyframes, but player defaults and
defaults and heuristics can change it to exact). If set to false, exact heuristics can change it to exact). If set to ``no``, exact seeking on
seeking on mouse drags will be used instead. Keyframes are preferred, but mouse drags will be used instead. Keyframes are preferred, but exact seeks
exact seeks may be useful in cases where keyframes cannot be found. Note may be useful in cases where keyframes cannot be found. Note that using
that using exact seeks can potentially make mouse dragging much slower. exact seeks can potentially make mouse dragging much slower.
``seekrangestyle`` ``seekrangestyle``
Default: inverted Default: inverted