summaryrefslogtreecommitdiffstats
path: root/mpvcore/mp_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore/mp_core.h')
-rw-r--r--mpvcore/mp_core.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/mpvcore/mp_core.h b/mpvcore/mp_core.h
index 4b8a5fcef9..e15ec0355e 100644
--- a/mpvcore/mp_core.h
+++ b/mpvcore/mp_core.h
@@ -166,6 +166,8 @@ typedef struct MPContext {
struct track **tracks;
int num_tracks;
+ char *track_layout_hash;
+
// Selected tracks. NULL if no track selected.
struct track *current_track[STREAM_TYPE_COUNT];
@@ -291,10 +293,9 @@ typedef struct MPContext {
bool drop_message_shown;
struct screenshot_ctx *screenshot_ctx;
-
- char *track_layout_hash;
-
+ struct command_ctx *command_ctx;
struct encode_lavc_context *encode_lavc_ctx;
+ struct lua_ctx *lua_ctx;
} MPContext;