summaryrefslogtreecommitdiffstats
path: root/mp_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp_core.h')
-rw-r--r--mp_core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mp_core.h b/mp_core.h
index 9a9c6589e9..c786663182 100644
--- a/mp_core.h
+++ b/mp_core.h
@@ -252,6 +252,8 @@ typedef struct MPContext {
struct screenshot_ctx *screenshot_ctx;
char *track_layout_hash;
+
+ struct encode_lavc_context *encode_lavc_ctx;
} MPContext;