From d32bee5f019f2c51839df16b7c7955dc33651cbe Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 1 Sep 2016 20:00:43 +0200 Subject: command: add options to property list Now options are accessible through the property list as well, which unifies them to a degree. Not all options support runtime changes (meaning affected components need to be restarted for the options to take effects). Remove from the manpage those properties which are cleanly mapped to options anyway. From the user-perspective they're just options available through the property interface. --- options/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'options/options.h') diff --git a/options/options.h b/options/options.h index 130ab4c1cf..1a2bfa68c8 100644 --- a/options/options.h +++ b/options/options.h @@ -64,6 +64,7 @@ struct mp_cache_opts { }; typedef struct MPOpts { + int property_print_help; int use_terminal; char *dump_stats; int verbose; -- cgit v1.2.3