From c84f8735960fc3af6c50d0af675dfe9593174be5 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 1 Jun 2014 03:41:43 +0200 Subject: command: property notification when changing af/vf --- player/command.c | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.3