diff options
author | wm4 <wm4@nowhere> | 2015-08-09 23:55:10 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-08-10 00:07:35 +0200 |
commit | 853ff000c31e959c43b1af646884579714bee229 (patch) | |
tree | a4e5dd115b0d564a407f6d6794282a89fab10df4 /player | |
parent | dfd8a5ff06efcb1273615f7f45d67e379e07cbb5 (diff) |
command: improve A-B loop OSD messages
Diffstat (limited to 'player')
-rw-r--r-- | player/command.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/player/command.c b/player/command.c index 742e78ef9e..cb565df896 100644 --- a/player/command.c +++ b/player/command.c @@ -3736,8 +3736,8 @@ static const struct property_osd_display { { "tv-hue", "Hue", .osd_progbar = OSD_HUE}, { "tv-saturation", "Saturation", .osd_progbar = OSD_SATURATION }, { "tv-contrast", "Contrast", .osd_progbar = OSD_CONTRAST }, - { "ab-loop-a", "A-B loop point A"}, - { "ab-loop-b", "A-B loop point B"}, + { "ab-loop-a", "A-B loop start"}, + { "ab-loop-b", .msg = "A-B loop: ${ab-loop-a} - ${ab-loop-b}"}, { "audio-device", "Audio device"}, // By default, don't display the following properties on OSD { "pause", NULL }, |