command: fix video-aspect property update notification

Fixes #2194.
This commit is contained in:
wm4 2015-08-04 18:02:59 +02:00
parent fce864acec
commit ae2f8fd0be
1 changed files with 1 additions and 1 deletions

View File

@ -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",