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 f70f7f8553..44ca1148b9 100644
--- a/core/options.h
+++ b/core/options.h
@@ -47,7 +47,7 @@ typedef struct mp_vo_opts {
typedef struct MPOpts {
char **reset_options;
- char **audio_driver_list;
+ struct m_obj_settings *audio_driver_list;
int fixed_vo;
char *mixer_device;
char *mixer_channel;