summaryrefslogtreecommitdiffstats
path: root/options/m_config.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-07-23 22:59:04 +0200
committerwm4 <wm4@nowhere>2015-07-23 22:59:04 +0200
commit3cbf68b47079df130d2a767da7f6af352202112c (patch)
tree588c6ca85a5d20a0768fc73ccedf9e4918f4afb1 /options/m_config.h
parent86a60a4dd22a717a069346acf4a6171837fb01b3 (diff)
downloadmpv-3cbf68b47079df130d2a767da7f6af352202112c.tar.bz2
mpv-3cbf68b47079df130d2a767da7f6af352202112c.tar.xz
command: add property indicating per-file options
Fixes #2165, more or less.
Diffstat (limited to 'options/m_config.h')
-rw-r--r--options/m_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options/m_config.h b/options/m_config.h
index 4b29c9cde3..89f620b6d3 100644
--- a/options/m_config.h
+++ b/options/m_config.h
@@ -39,6 +39,7 @@ struct mp_log;
struct m_config_option {
bool is_generated : 1; // Automatically added ("no-" options)
bool is_set_from_cmdline : 1; // Set by user from command line
+ bool is_set_locally : 1; // Has a backup entry
bool warning_was_printed : 1;
const char *name; // Full name (ie option-subopt)
const struct m_option *opt; // Option description