summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'player/core.h')
-rw-r--r--player/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/player/core.h b/player/core.h
index 70fc33448e..d669d2d031 100644
--- a/player/core.h
+++ b/player/core.h
@@ -630,6 +630,7 @@ struct mp_script_args {
struct mp_scripting {
const char *name; // e.g. "lua script"
const char *file_ext; // e.g. "lua"
+ bool no_thread; // don't run load() on dedicated thread
int (*load)(struct mp_script_args *args);
};
bool mp_load_scripts(struct MPContext *mpctx);