From 4d9ce2993fc9d018d49aa2e23117688d8cc6142e Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 3 Jul 2014 01:24:59 +0200 Subject: command: include new "playback-time" property in update mechanism --- player/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player/command.c') 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"), -- cgit v1.2.3