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 db12742f2b..160223d3e1 100644
--- a/options/options.h
+++ b/options/options.h
@@ -51,6 +51,9 @@ typedef struct mp_vo_opts {
struct sws_opts *sws_opts;
// vo_opengl, vo_opengl_cb
int hwdec_preload_api;
+ // vo_drm
+ char *drm_connector_spec;
+ int drm_mode_id;
} mp_vo_opts;
struct mp_cache_opts {