summaryrefslogtreecommitdiffstats
path: root/video/out/vo.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-21 17:51:20 +0100
committerwm4 <wm4@nowhere>2013-12-21 20:50:10 +0100
commitc8268701d9a4c5ff38b48f0e6b689f6dade4de42 (patch)
tree05d8a24ffc867f977a2178f5940d5723d82926bd /video/out/vo.h
parent2eefa31c886723bcc30664ea9fe3e2420f2cc0c6 (diff)
downloadmpv-c8268701d9a4c5ff38b48f0e6b689f6dade4de42.tar.bz2
mpv-c8268701d9a4c5ff38b48f0e6b689f6dade4de42.tar.xz
video/out: pass along global context
Will be needed for other parts (especially in gl_lcms.c).
Diffstat (limited to 'video/out/vo.h')
-rw-r--r--video/out/vo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/vo.h b/video/out/vo.h
index e2881155df..2d3e507213 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -247,6 +247,7 @@ struct vo {
const struct vo_driver *driver;
void *priv;
struct mp_vo_opts *opts;
+ struct mpv_global *global;
struct vo_x11_state *x11;
struct vo_w32_state *w32;
struct vo_cocoa_state *cocoa;