From eb619d0f5757e011df43c2a1279fd06449ee885c Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 20 Dec 2017 00:49:06 +0100 Subject: command: make video-frame-info property observable Pointed out as missing by someone. Not terribly useful, but here we go. --- 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 61b8fb4595..9de5e251f6 100644 --- a/player/command.c +++ b/player/command.c @@ -4114,7 +4114,7 @@ static const char *const *const mp_event_property_change[] = { "vo-delayed-frame-count", "mistimed-frame-count", "vsync-ratio", "estimated-display-fps", "vsync-jitter", "sub-text", "audio-bitrate", "video-bitrate", "sub-bitrate", "decoder-frame-drop-count", - "frame-drop-count"), + "frame-drop-count", "video-frame-info"), 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", -- cgit v1.2.3