From 35649a990a5d468b6e9539c9e362d1e5a351c9c4 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 9 Oct 2014 21:21:31 +0200 Subject: audio: add device selection & listing with --audio-device Not sure how good of an idea this is. This commit doesn't add support for this to any AO yet; the AO implementations will follow later. --- options/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'options/options.h') diff --git a/options/options.h b/options/options.h index 08af7b7fc2..189df712fd 100644 --- a/options/options.h +++ b/options/options.h @@ -64,6 +64,7 @@ typedef struct MPOpts { int auto_load_scripts; struct m_obj_settings *audio_driver_list, *ao_defs; + char *audio_device; int fixed_vo; int force_vo; int softvol; -- cgit v1.2.3