client API: make some more properties observable

A/V sync things.
This commit is contained in:
wm4 2015-02-27 12:23:29 +01:00
parent 0f99b302f5
commit d896f043e4
1 changed files with 2 additions and 1 deletions

View File

@ -3533,7 +3533,8 @@ static const char *const *const mp_event_property_change[] = {
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",
"estimated-vf-fps"),
"estimated-vf-fps", "drop-frame-count", "vo-drop-frame-count",
"total-avsync-change"),
E(MPV_EVENT_VIDEO_RECONFIG, "video-out-params", "video-params",
"video-format", "video-codec", "video-bitrate", "dwidth", "dheight",
"width", "height", "fps", "aspect", "vo-configured", "current-vo",