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:
parent
dfd8a5ff06
commit
853ff000c3
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user