mirror of
https://github.com/mpv-player/mpv
synced 2025-03-20 18:28:01 +00:00
command: make subtitle time properties observable
This commit is contained in:
parent
34f2143e8f
commit
f85de9e6d6
@ -3682,7 +3682,8 @@ static const char *const *const mp_event_property_change[] = {
|
||||
"vo-delayed-frame-count", "mistimed-frame-count", "vsync-ratio",
|
||||
"estimated-display-fps", "vsync-jitter", "sub-text", "audio-bitrate",
|
||||
"video-bitrate", "sub-bitrate", "decoder-frame-drop-count",
|
||||
"frame-drop-count", "video-frame-info", "vf-metadata", "af-metadata"),
|
||||
"frame-drop-count", "video-frame-info", "vf-metadata", "af-metadata",
|
||||
"sub-start", "sub-end"),
|
||||
E(MP_EVENT_DURATION_UPDATE, "duration"),
|
||||
E(MPV_EVENT_VIDEO_RECONFIG, "video-out-params", "video-params",
|
||||
"video-format", "video-codec", "video-bitrate", "dwidth", "dheight",
|
||||
|
Loading…
Reference in New Issue
Block a user