summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-07-03 01:24:59 +0200
committerwm4 <wm4@nowhere>2014-07-03 01:26:19 +0200
commit4d9ce2993fc9d018d49aa2e23117688d8cc6142e (patch)
tree9597f2b056d4d94f66952e4a8a747443930ba385
parent0004aaf7884b51b56b04a6dbe1812237b7201fad (diff)
downloadmpv-4d9ce2993fc9d018d49aa2e23117688d8cc6142e.tar.bz2
mpv-4d9ce2993fc9d018d49aa2e23117688d8cc6142e.tar.xz
command: include new "playback-time" property in update mechanism
-rw-r--r--player/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/command.c b/player/command.c
index c29fc998ae..8dd9f079ac 100644
--- a/player/command.c
+++ b/player/command.c
@@ -2795,7 +2795,7 @@ 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"),
+ "percent-pos", "time-remaining", "playtime-remaining", "playback-time"),
E(MPV_EVENT_VIDEO_RECONFIG, "video-out-params", "video-params",
"video-format", "video-codec", "video-bitrate", "dwidth", "dheight",
"width", "height", "fps", "aspect"),