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, 1 insertions, 1 deletions
diff --git a/core/mp_core.h b/core/mp_core.h
index 6bbe18c71e..d2eb8ef296 100644
--- a/core/mp_core.h
+++ b/core/mp_core.h
@@ -113,7 +113,7 @@ enum {
};
typedef struct MPContext {
- struct MPOpts opts;
+ struct MPOpts *opts;
struct m_config *mconfig;
struct input_ctx *input;
struct osd_state *osd;