summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/options/options.h b/options/options.h
index 5560f40554..86e95dc826 100644
--- a/options/options.h
+++ b/options/options.h
@@ -66,9 +66,6 @@ typedef struct mp_vo_opts {
double timing_offset;
int video_sync;
- // vo_drm
- struct drm_opts *drm_opts;
-
struct m_geometry android_surface_size;
int swapchain_depth; // max number of images to render ahead
@@ -360,6 +357,7 @@ typedef struct MPOpts {
struct d3d11va_opts *d3d11va_opts;
struct cocoa_opts *cocoa_opts;
struct macos_opts *macos_opts;
+ struct drm_opts *drm_opts;
struct wayland_opts *wayland_opts;
struct dvd_opts *dvd_opts;
struct vaapi_opts *vaapi_opts;