1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-13 10:26:09 +00:00

command, manpage: some leftover mentions of renamed --loop option

This commit is contained in:
wm4 2017-04-11 12:15:38 +02:00
parent 844008004f
commit e2464b832b
2 changed files with 5 additions and 5 deletions

View File

@ -297,10 +297,10 @@ Playback Control
playback. For compatibility, ``--loop-file`` and ``--loop-file=yes`` are
also accepted, and are the same as ``--loop-file=inf``.
The difference to ``--loop`` is that this doesn't loop the playlist, just
the file itself. If the playlist contains only a single file, the difference
between the two option is that this option performs a seek on loop, instead
of reloading the file.
The difference to ``--loop-playlist`` is that this doesn't loop the playlist,
just the file itself. If the playlist contains only a single file, the
difference between the two option is that this option performs a seek on
loop, instead of reloading the file.
``--ab-loop-a=<time>``, ``--ab-loop-b=<time>``
Set loop points. If playback passes the ``b`` timestamp, it will seek to

View File

@ -4287,7 +4287,7 @@ static const struct property_osd_display {
const char *msg;
} property_osd_display[] = {
// general
{ "loop", "Loop" },
{ "loop-playlist", "Loop" },
{ "loop-file", "Loop current file" },
{ "chapter", .seek_msg = OSD_SEEK_INFO_CHAPTER_TEXT,
.seek_bar = OSD_SEEK_INFO_BAR },