summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-06-02 16:41:10 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-06-02 16:41:10 +0000
commitd03370af41eceed83356be2496046e79cc6f5235 (patch)
treeaf6a326b00614fe471eed84fa983e275d041c602
parent17c8dc5da869546c29fef7b8eab99da8f94b03d4 (diff)
downloadxine-lib-d03370af41eceed83356be2496046e79cc6f5235.tar.gz
xine-lib-d03370af41eceed83356be2496046e79cc6f5235.tar.bz2
since this might be dangerous to speakers, we should increase the experience level
of this option CVS patchset: 4999 CVS date: 2003/06/02 16:41:10
-rw-r--r--src/audio_out/audio_oss_out.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/audio_out/audio_oss_out.c b/src/audio_out/audio_oss_out.c
index 4287999d9..afd6d03c9 100644
--- a/src/audio_out/audio_oss_out.c
+++ b/src/audio_out/audio_oss_out.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: audio_oss_out.c,v 1.89 2003/06/01 22:48:26 jcdutton Exp $
+ * $Id: audio_oss_out.c,v 1.90 2003/06/02 16:41:10 mroi Exp $
*
* 20-8-2001 First implementation of Audio sync and Audio driver separation.
* Copyright (C) 2001 James Courtier-Dutton James@superbug.demon.co.uk
@@ -934,7 +934,7 @@ static ao_driver_t *open_plugin (audio_driver_class_t *class_gen, const void *da
if ((caps & AFMT_AC3) || config->register_bool (config, "audio.oss_pass_through_bug", 0,
_("used to inform xine about what the sound card can do"),
- NULL, 0, NULL, NULL)) {
+ NULL, 20, NULL, NULL)) {
if (config->register_bool (config, "audio.a52_pass_through", 0,
_("used to inform xine about what the sound card can do"),
NULL, 0, NULL, NULL)) {