1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-21 23:36:58 +00:00

command: improve A-B loop OSD messages

This commit is contained in:
wm4 2015-08-09 23:55:10 +02:00
parent dfd8a5ff06
commit 853ff000c3

View File

@ -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 },