From 0328fa225245f0e27278f944ba6651c16e90b8bd Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 19 Oct 2014 00:49:37 +0200 Subject: command: add "estimated-vf-fps" change notifcation --- player/command.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'player/command.c') diff --git a/player/command.c b/player/command.c index 2d05ff6c4e..d6a8e53ad4 100644 --- a/player/command.c +++ b/player/command.c @@ -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"), -- cgit v1.2.3