summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-01-31 11:47:28 +0100
committerwm4 <wm4@nowhere>2017-01-31 11:47:28 +0100
commit07494aab16988fe450941be832db20421c2b6d5f (patch)
tree75b09d71c026d2ec8c5a4bdcb98e6b82f6ed31ca
parent9a464f53ef8731382590d9a597869f80a03a0168 (diff)
downloadmpv-07494aab16988fe450941be832db20421c2b6d5f.tar.bz2
mpv-07494aab16988fe450941be832db20421c2b6d5f.tar.xz
command: nicer OSd-formatting for loop-file
-rw-r--r--player/command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/player/command.c b/player/command.c
index 7023111556..6d335e535a 100644
--- a/player/command.c
+++ b/player/command.c
@@ -4250,6 +4250,7 @@ static const struct property_osd_display {
} property_osd_display[] = {
// general
{ "loop", "Loop" },
+ { "loop-file", "Loop current file" },
{ "chapter", .seek_msg = OSD_SEEK_INFO_CHAPTER_TEXT,
.seek_bar = OSD_SEEK_INFO_BAR },
{ "hr-seek", "hr-seek" },