summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-06-23 20:42:20 +0200
committerwm4 <wm4@nowhere>2017-06-23 20:42:20 +0200
commit633152e55a6f851c58267793081dea3162acfb48 (patch)
tree47c1b2f740c552a9273cdc7d9439d3918d6baeb8 /options/options.h
parent48970cd485bf2811d1bbfcd69de55ff4f9c412e2 (diff)
downloadmpv-633152e55a6f851c58267793081dea3162acfb48.tar.bz2
mpv-633152e55a6f851c58267793081dea3162acfb48.tar.xz
options: remove weird --really-quiet special behavior
This was especially grating because it causes problems with the option/property unification, uses as only thing OPT_FLAG_STORE, and behaves weird with the client API or scripts. It can be reimplemented in a much simpler way, although it needs slightly more code. (Simpler because less special cases.)
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options/options.h b/options/options.h
index 851b9c507f..8c28a70d99 100644
--- a/options/options.h
+++ b/options/options.h
@@ -73,6 +73,7 @@ typedef struct MPOpts {
int use_terminal;
char *dump_stats;
int verbose;
+ int msg_really_quiet;
char **msg_levels;
int msg_color;
int msg_module;