mirror of https://github.com/mpv-player/mpv
command: add "estimated-vf-fps" change notifcation
This commit is contained in:
parent
daab65693c
commit
0328fa2252
|
@ -3063,7 +3063,8 @@ static const char *const *const mp_event_property_change[] = {
|
|||
E(MPV_EVENT_PAUSE, "pause", "paused-on-cache", "core-idle", "eof-reached"),
|
||||
E(MPV_EVENT_UNPAUSE, "pause", "paused-on-cache", "core-idle", "eof-reached"),
|
||||
E(MPV_EVENT_TICK, "time-pos", "stream-pos", "stream-time-pos", "avsync",
|
||||
"percent-pos", "time-remaining", "playtime-remaining", "playback-time"),
|
||||
"percent-pos", "time-remaining", "playtime-remaining", "playback-time",
|
||||
"estimated-vf-fps"),
|
||||
E(MPV_EVENT_VIDEO_RECONFIG, "video-out-params", "video-params",
|
||||
"video-format", "video-codec", "video-bitrate", "dwidth", "dheight",
|
||||
"width", "height", "fps", "aspect"),
|
||||
|
|
Loading…
Reference in New Issue