command: add "estimated-vf-fps" change notifcation

This commit is contained in:
wm4 2014-10-19 00:49:37 +02:00
parent daab65693c
commit 0328fa2252
1 changed files with 2 additions and 1 deletions

View File

@ -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"),