mirror of https://github.com/mpv-player/mpv
typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20759 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
855455432a
commit
c24e344fae
|
@ -527,7 +527,7 @@ static int init(int rate_hz, int channels, int format, int flags)
|
|||
if ((err = snd_pcm_nonblock(alsa_handler, 0)) < 0) {
|
||||
mp_msg(MSGT_AO,MSGL_ERR,"alsa-init: error set block-mode %s\n", snd_strerror(err));
|
||||
} else {
|
||||
mp_msg(MSGT_AO,MSGL_V,"alsa-init: pcm opend in blocking mode\n");
|
||||
mp_msg(MSGT_AO,MSGL_V,"alsa-init: pcm opened in blocking mode\n");
|
||||
}
|
||||
|
||||
snd_pcm_hw_params_alloca(&alsa_hwparams);
|
||||
|
|
Loading…
Reference in New Issue