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 /cfg-mplayer.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 'cfg-mplayer.h')
-rw-r--r-- | cfg-mplayer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h index 2d65a3e98c..76b60bcdbb 100644 --- a/cfg-mplayer.h +++ b/cfg-mplayer.h @@ -188,6 +188,7 @@ m_option_t mplayer_opts[]={ {"aop", ao_plugin_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL}, {"dsp", "Use -ao oss:dsp_path!\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, {"mixer", &mixer_device, CONF_TYPE_STRING, 0, 0, 0, NULL}, + {"mixer-channel", &mixer_channel, CONF_TYPE_STRING, 0, 0, 0, NULL}, {"master", "Option -master has been removed, use -aop list=volume instead.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL}, // override audio buffer size (used only by -ao oss, anyway obsolete...) {"abs", &ao_data.buffersize, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL}, |