summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-06-01 03:41:43 +0200
committerwm4 <wm4@nowhere>2014-06-01 03:41:43 +0200
commitc84f8735960fc3af6c50d0af675dfe9593174be5 (patch)
tree7d9e03c304ae99df4fb586dce49ca16d70df8167 /player
parent69ad734af805ed7b076dc2235c4551e2738ee8d4 (diff)
downloadmpv-c84f8735960fc3af6c50d0af675dfe9593174be5.tar.bz2
mpv-c84f8735960fc3af6c50d0af675dfe9593174be5.tar.xz
command: property notification when changing af/vf
Diffstat (limited to 'player')
-rw-r--r--player/command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/player/command.c b/player/command.c
index b3cfab1d41..a7e80ab4b0 100644
--- a/player/command.c
+++ b/player/command.c
@@ -2798,6 +2798,7 @@ static int set_filters(struct MPContext *mpctx, enum stream_type mediatype,
if (success) {
m_option_free(co->opt, &old_settings);
+ mp_notify_property(mpctx, filter_opt[mediatype]);
} else {
m_option_free(co->opt, list);
*list = old_settings;