diff options
author | attila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-01-24 11:53:52 +0000 |
---|---|---|
committer | attila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-01-24 11:53:52 +0000 |
commit | a4ac1dc9a422ccc5ed92b519758f68acc3b75e9a (patch) | |
tree | 482b72a25d5f6def662a69c1263f5b3eacbc12f3 /mixer.h | |
parent | 0bd9ce052f695be12d5f329dacdde57c2b59d9ce (diff) | |
download | mpv-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ); |