From ae2f8fd0bea14796dd53f50bdc43924c047d2266 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 4 Aug 2015 18:02:59 +0200 Subject: command: fix video-aspect property update notification Fixes #2194. --- 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 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", -- cgit v1.2.3