From 25a098fe78ad2aee0ad7e18f8d4326e5cd29aeb1 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 15 Nov 2012 19:22:01 +0100 Subject: options: add --mute for setting initial audio mute status Similar to --volume. Takes this as opportunity to move the variable corresponding to --volume into MPOpts. --- core/options.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/options.h') diff --git a/core/options.h b/core/options.h index 03298554cd..0ceef0f25a 100644 --- a/core/options.h +++ b/core/options.h @@ -11,6 +11,8 @@ typedef struct MPOpts { char *mixer_device; char *mixer_channel; int softvol; + float mixer_init_volume; + int mixer_init_mute; float softvol_max; int gapless_audio; int ao_buffersize; -- cgit v1.2.3