summaryrefslogtreecommitdiffstats
path: root/mixer.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-14 11:27:58 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-14 11:27:58 +0000
commite2f2ca1cbb6fc68f67a2bcd3c76237be77f3e04e (patch)
treef314d5b39312ad5d84b700f7de41e3a5f03cca7b /mixer.h
parent8fb512dbf09eea504622afebd39ba7dba858ef4b (diff)
downloadmpv-e2f2ca1cbb6fc68f67a2bcd3c76237be77f3e04e.tar.bz2
mpv-e2f2ca1cbb6fc68f67a2bcd3c76237be77f3e04e.tar.xz
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
Diffstat (limited to 'mixer.h')
-rw-r--r--mixer.h2
1 files changed, 2 insertions, 0 deletions
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;