From 6a8fc3f5e38f93c36d18ad8407d4f3f345d893db Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 18 Dec 2013 19:04:30 +0100 Subject: msg: change --msglevel, reduce legacy glue Basically, reimplement --msglevel. Instead of making the new msg code use the legacy code, make the legacy code use the reimplemented functionality. The handling of the deprecated --identify switch changes. It temporarily stops working; this will be fixed in later commits. The actual sub-options syntax (like --msglevel-vo=...) goes away, but I bet nobody knew about this or used this anyway. --- options/options.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'options/options.h') diff --git a/options/options.h b/options/options.h index d8f1d46488..b99c5d2746 100644 --- a/options/options.h +++ b/options/options.h @@ -44,6 +44,8 @@ typedef struct mp_vo_opts { } mp_vo_opts; typedef struct MPOpts { + char *msglevels; + char **reset_options; char **lua_files; int lua_load_osc; -- cgit v1.2.3