diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-01-28 17:25:53 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-01-28 17:25:53 +0000 |
commit | 23015ad574f4ea98a2915c940be3ce947b990a2c (patch) | |
tree | 068eabe2806df605646f3f1a1a520cc0bb5a2d6d | |
parent | 0e31e45dc34842876a6691c052f2684296987351 (diff) |
nice 10l bug, found by Balatoni Denes <pnis@coder.hu>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9142 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | libao2/ao_oss.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libao2/ao_oss.c b/libao2/ao_oss.c index 6a7531bc11..707b9acd68 100644 --- a/libao2/ao_oss.c +++ b/libao2/ao_oss.c @@ -166,6 +166,7 @@ ac3_retry: mp_msg(MSGT_AO,MSGL_ERR,"audio_setup: Failed to set audio device to %d channels\n", ao_data.channels); return 0; } + ao_data.channels=c+1; } mp_msg(MSGT_AO,MSGL_V,"audio_setup: using %d channels (requested: %d)\n", ao_data.channels, channels); // set rate |