summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/options/options.h b/options/options.h
index d450675e61..59ed7b4a43 100644
--- a/options/options.h
+++ b/options/options.h
@@ -331,6 +331,9 @@ typedef struct MPOpts {
char *ipc_path;
char *input_file;
+
+ struct gl_video_opts *gl_video_opts;
+ struct vo_opengl_opts *vo_opengl_opts;
} MPOpts;
extern const m_option_t mp_opts[];