summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-05 01:17:12 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-05 01:17:12 +0000
commit94d060f0b5e15a2accda6e1f40f3bfceac6e76a9 (patch)
treed8948e256ecb51ea27752653346c4b8559ec5b2c /cfg-mplayer.h
parent44bae6806cce91bae2e0aca982f9cd6f37945385 (diff)
downloadmpv-94d060f0b5e15a2accda6e1f40f3bfceac6e76a9.tar.bz2
mpv-94d060f0b5e15a2accda6e1f40f3bfceac6e76a9.tar.xz
-alsa/-noalsa disabled
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1017 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 8c8ac09419..57a2b642f5 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -80,8 +80,8 @@ struct config conf[]={
{"delay", &audio_delay, CONF_TYPE_FLOAT, CONF_RANGE, -10.0, 10.0},
{"bps", &pts_from_bps, CONF_TYPE_FLAG, 0, 0, 1},
{"nobps", &pts_from_bps, CONF_TYPE_FLAG, 0, 1, 0},
- {"alsa", &alsa, CONF_TYPE_FLAG, 0, 0, 1},
- {"noalsa", &alsa, CONF_TYPE_FLAG, 0, 1, 0},
+// {"alsa", &alsa, CONF_TYPE_FLAG, 0, 0, 1},
+// {"noalsa", &alsa, CONF_TYPE_FLAG, 0, 1, 0},
{"ni", &force_ni, CONF_TYPE_FLAG, 0, 0, 1},
{"noni", &force_ni, CONF_TYPE_FLAG, 0, 1, 0},