summaryrefslogtreecommitdiffstats
path: root/player/command.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-02-27 12:23:29 +0100
committerwm4 <wm4@nowhere>2015-02-27 12:24:04 +0100
commitd896f043e400451493db229da959ce1e8c3403bb (patch)
tree853510706522f64a1e440f6c2e53afb4f455cbf4 /player/command.c
parent0f99b302f5dae5fe7df4e21aeb0900109b0ab042 (diff)
downloadmpv-d896f043e400451493db229da959ce1e8c3403bb.tar.bz2
mpv-d896f043e400451493db229da959ce1e8c3403bb.tar.xz
client API: make some more properties observable
A/V sync things.
Diffstat (limited to 'player/command.c')
-rw-r--r--player/command.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/player/command.c b/player/command.c
index e2a69fe808..b10ad6a34b 100644
--- a/player/command.c
+++ b/player/command.c
@@ -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",