summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-12-20 00:49:06 +0100
committerJames Ross-Gowan <rossy@jrg.systems>2017-12-20 15:28:23 +1100
commiteb619d0f5757e011df43c2a1279fd06449ee885c (patch)
treea9b9afbd2548231739130b03803f0b59c9b0eb93 /player
parent3d8ca93d2361632112c584bde413554cf15f2189 (diff)
downloadmpv-eb619d0f5757e011df43c2a1279fd06449ee885c.tar.bz2
mpv-eb619d0f5757e011df43c2a1279fd06449ee885c.tar.xz
command: make video-frame-info property observable
Pointed out as missing by someone. Not terribly useful, but here we go.
Diffstat (limited to 'player')
-rw-r--r--player/command.c2
1 files changed, 1 insertions, 1 deletions
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",