summaryrefslogtreecommitdiffstats
path: root/player/command.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-08-04 18:02:59 +0200
committerwm4 <wm4@nowhere>2015-08-04 18:02:59 +0200
commitae2f8fd0bea14796dd53f50bdc43924c047d2266 (patch)
treedaac24afe220e333d4420865fa5689d38e2cb528 /player/command.c
parentfce864acec126ca9b0d53ddb47d0ffd1fd654d3f (diff)
downloadmpv-ae2f8fd0bea14796dd53f50bdc43924c047d2266.tar.bz2
mpv-ae2f8fd0bea14796dd53f50bdc43924c047d2266.tar.xz
command: fix video-aspect property update notification
Fixes #2194.
Diffstat (limited to 'player/command.c')
-rw-r--r--player/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/command.c b/player/command.c
index 71522ddba3..ec723efabf 100644
--- a/player/command.c
+++ b/player/command.c
@@ -3545,7 +3545,7 @@ static const char *const *const mp_event_property_change[] = {
"video-format", "video-codec", "video-bitrate", "dwidth", "dheight",
"width", "height", "fps", "aspect", "vo-configured", "current-vo",
"detected-hwdec", "colormatrix", "colormatrix-input-range",
- "colormatrix-output-range", "colormatrix-primaries"),
+ "colormatrix-output-range", "colormatrix-primaries", "video-aspect"),
E(MPV_EVENT_AUDIO_RECONFIG, "audio-format", "audio-codec", "audio-bitrate",
"samplerate", "channels", "audio", "volume", "mute", "balance",
"volume-restore-data", "current-ao", "audio-codec-name", "audio-params",