summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-10-15 11:04:05 -0500
committerDudemanguy <random342@airmail.cc>2023-10-25 16:16:37 +0000
commit2783d5a51a3054790587a06db8632a12247bc94d (patch)
treeedb1d9c410ced254539403cfb55703c8d7760927 /DOCS/man/options.rst
parent36de0d784fe803b39445717293a3ca7a54ba0f51 (diff)
downloadmpv-2783d5a51a3054790587a06db8632a12247bc94d.tar.bz2
mpv-2783d5a51a3054790587a06db8632a12247bc94d.tar.xz
options: rename --play-dir to --play-direction
--play-dir sounds like it has something to do with directories so change it. The play_dir variable is used a bunch everywhere internally so whatever just leave it alone instead of renaming that.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 32a2b8893d..49832a4804 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -484,7 +484,7 @@ Playback Control
of them fails. This doesn't affect playback of audio-only or video-only
files.
-``--play-dir=<forward|+|backward|->``
+``--play-direction=<forward|+|backward|->``
Control the playback direction (default: forward). Setting ``backward``
will attempt to play the file in reverse direction, with decreasing
playback time. If this is set on playback starts, playback will start from
@@ -701,7 +701,7 @@ Playback Control
``--demuxer-backward-playback-step=<seconds>``
Number of seconds the demuxer should seek back to get new packets during
backward playback (default: 60). This is useful for tuning backward
- playback, see ``--play-dir`` for details.
+ playback, see ``--play-direction`` for details.
Setting this to a very low value or 0 may make the player think seeking is
broken, or may make it perform multiple seeks.