From fb22bf2317d4704895fca407507972031e932298 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 21 May 2018 15:11:19 +0200 Subject: ao: use a local option struct Instead of accessing MPOpts. --- options/options.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'options/options.h') diff --git a/options/options.h b/options/options.h index b4c0f9e719..d376ad1cd6 100644 --- a/options/options.h +++ b/options/options.h @@ -144,10 +144,7 @@ typedef struct MPOpts { int auto_load_scripts; - struct m_obj_settings *audio_driver_list; - char *audio_device; int audio_exclusive; - char *audio_client_name; int ao_null_fallback; int audio_stream_silence; float audio_wait_open; @@ -160,9 +157,9 @@ typedef struct MPOpts { int softvol_mute; float softvol_max; int gapless_audio; - double audio_buffer; mp_vo_opts *vo; + struct ao_opts *ao_opts; char *wintitle; char *media_title; -- cgit v1.2.3