Skip to content

Commit

Permalink
DOCS: fix typo on seekbarkeyframes
Browse files Browse the repository at this point in the history
  • Loading branch information
hooke007 authored and Dudemanguy committed Jun 24, 2021
1 parent ee27629 commit 5f76744
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions DOCS/man/osc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,12 @@ Configurable Options
``seekbarkeyframes``
Default: yes

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.
Controls the mode used to seek when dragging the seekbar. If set to ``yes``,
default seeking mode is used (usually keyframes, but player defaults and
heuristics can change it to exact). If set to ``no``, 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
Expand Down

0 comments on commit 5f76744

Please sign in to comment.