mirror of https://github.com/mpv-player/mpv
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
This commit is contained in:
parent
0e31e45dc3
commit
23015ad574
|
@ -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);
|
mp_msg(MSGT_AO,MSGL_ERR,"audio_setup: Failed to set audio device to %d channels\n", ao_data.channels);
|
||||||
return 0;
|
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);
|
mp_msg(MSGT_AO,MSGL_V,"audio_setup: using %d channels (requested: %d)\n", ao_data.channels, channels);
|
||||||
// set rate
|
// set rate
|
||||||
|
|
Loading…
Reference in New Issue