From e2f2ca1cbb6fc68f67a2bcd3c76237be77f3e04e Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 14 Nov 2004 11:27:58 +0000 Subject: allow forcing of software volume control and setting maximum amplification. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13934 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mixer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mixer.h') diff --git a/mixer.h b/mixer.h index 6c8bfdcc2a..26a9be18bd 100644 --- a/mixer.h +++ b/mixer.h @@ -6,6 +6,8 @@ extern char * mixer_device; extern char * mixer_channel; +extern int soft_vol; +extern float soft_vol_max; typedef struct mixer_s { ao_functions_t *audio_out; -- cgit v1.2.3