summaryrefslogtreecommitdiffstats
path: root/mixer.h
diff options
context:
space:
mode:
authorattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-01-24 11:53:52 +0000
committerattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-01-24 11:53:52 +0000
commita4ac1dc9a422ccc5ed92b519758f68acc3b75e9a (patch)
tree482b72a25d5f6def662a69c1263f5b3eacbc12f3 /mixer.h
parent0bd9ce052f695be12d5f329dacdde57c2b59d9ce (diff)
downloadmpv-a4ac1dc9a422ccc5ed92b519758f68acc3b75e9a.tar.bz2
mpv-a4ac1dc9a422ccc5ed92b519758f68acc3b75e9a.tar.xz
add option to select mixer channel
patch by Catalin Muresan <catalin.muresan@astral.ro> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11838 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mixer.h')
-rw-r--r--mixer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mixer.h b/mixer.h
index 5f62375d1a..316b283e7e 100644
--- a/mixer.h
+++ b/mixer.h
@@ -3,6 +3,7 @@
#define __MPLAYER_MIXER
extern char * mixer_device;
+extern char * mixer_channel;
extern int muted;
extern void mixer_getvolume( float *l,float *r );