summaryrefslogtreecommitdiffstats
path: root/video/out/vo.h
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2019-09-23 13:49:36 +0200
committerJan Ekström <jeebjp@gmail.com>2019-09-27 00:05:06 +0300
commit508e35881ebc91ff19c93c091872ea2b725ffd4d (patch)
tree34ff9fffe569ae3c17023cd959ea7e25bdbde2c0 /video/out/vo.h
parent450209344b3098a933c97450c3cbbe2749824f90 (diff)
downloadmpv-508e35881ebc91ff19c93c091872ea2b725ffd4d.tar.bz2
mpv-508e35881ebc91ff19c93c091872ea2b725ffd4d.tar.xz
context_android: move common code to a separate file
In preparation for a Vulkan Android context. This also replaces querying for EGL_WIDTH and EGL_HEIGHT with equivalent ANativeWindow calls.
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 57a2f39b8f..e3580db0e9 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -447,6 +447,7 @@ struct vo {
struct vo_w32_state *w32;
struct vo_cocoa_state *cocoa;
struct vo_wayland_state *wl;
+ struct vo_android_state *android;
struct mp_hwdec_devices *hwdec_devs;
struct input_ctx *input_ctx;
struct osd_state *osd;