From d080851a3049174fc8a329f5930bc46272b448dc Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 21 Sep 2016 11:49:00 +0200 Subject: command: make bitrate properties observable --- player/command.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'player') diff --git a/player/command.c b/player/command.c index 0d2847d4b4..3a496e6de1 100644 --- a/player/command.c +++ b/player/command.c @@ -4001,7 +4001,8 @@ static const char *const *const mp_event_property_change[] = { "estimated-vf-fps", "drop-frame-count", "vo-drop-frame-count", "total-avsync-change", "audio-speed-correction", "video-speed-correction", "vo-delayed-frame-count", "mistimed-frame-count", "vsync-ratio", - "estimated-display-fps", "vsync-jitter", "sub-text"), + "estimated-display-fps", "vsync-jitter", "sub-text", "audio-bitrate", + "video-bitrate", "sub-bitrate"), 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