summaryrefslogtreecommitdiffstats
path: root/player/command.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-09-21 11:49:00 +0200
committerwm4 <wm4@nowhere>2016-09-21 11:49:00 +0200
commitd080851a3049174fc8a329f5930bc46272b448dc (patch)
treefadb37635df96d92852be8f45b3f40d9f67af8b4 /player/command.c
parent41d9f2f0588030e318ce0286ec3d4ca6f2259513 (diff)
downloadmpv-d080851a3049174fc8a329f5930bc46272b448dc.tar.bz2
mpv-d080851a3049174fc8a329f5930bc46272b448dc.tar.xz
command: make bitrate properties observable
Diffstat (limited to 'player/command.c')
-rw-r--r--player/command.c3
1 files changed, 2 insertions, 1 deletions
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",