From b814b7ca84a85a6c17c4ab85ae9855afb62bc237 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 7 Nov 2014 15:54:35 +0100 Subject: audio: add --audio-client-name option The main need I see for this is with libmpv - it would be confusing if some application showed up as "mpv" on whateverthehell PulseAudio uses it for (generally it does show up on various PA GUI tools). --- 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 9dddf9b94e..f67a3a5c95 100644 --- a/options/options.h +++ b/options/options.h @@ -65,6 +65,7 @@ typedef struct MPOpts { struct m_obj_settings *audio_driver_list, *ao_defs; char *audio_device; + char *audio_client_name; int fixed_vo; int force_vo; int softvol; -- cgit v1.2.3