summaryrefslogtreecommitdiffstats
path: root/core/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/options.h')
-rw-r--r--core/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/options.h b/core/options.h
index b1f624d930..f70f7f8553 100644
--- a/core/options.h
+++ b/core/options.h
@@ -6,7 +6,7 @@
#include "core/m_option.h"
typedef struct mp_vo_opts {
- char **video_driver_list;
+ struct m_obj_settings *video_driver_list;
int screenwidth;
int screenheight;