summaryrefslogtreecommitdiffstats
path: root/core/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-21 21:33:17 +0200
committerwm4 <wm4@nowhere>2013-07-21 23:27:31 +0200
commit7eba27c125f6e4813ecc6cff567dc29e17d10fc5 (patch)
treefaff2bdc8aa2fc490634eacbebccdfa19b5c7df9 /core/options.h
parent9e1331f7afe8f1648424e45ea2c67ca5e95656ad (diff)
downloadmpv-7eba27c125f6e4813ecc6cff567dc29e17d10fc5.tar.bz2
mpv-7eba27c125f6e4813ecc6cff567dc29e17d10fc5.tar.xz
options: use new option code for --ao
This requires completely refactoring the AO creation code too.
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;