summaryrefslogtreecommitdiffstats
path: root/core/mp_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/mp_core.h')
-rw-r--r--core/mp_core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/mp_core.h b/core/mp_core.h
index d2eb8ef296..39a05e0e3b 100644
--- a/core/mp_core.h
+++ b/core/mp_core.h
@@ -113,7 +113,9 @@ enum {
};
typedef struct MPContext {
+ struct mpv_global *global;
struct MPOpts *opts;
+ struct mp_log *log;
struct m_config *mconfig;
struct input_ctx *input;
struct osd_state *osd;