mirror of https://github.com/mpv-player/mpv
new message was even worse -- B/s means bytes per second, not sample!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16789 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6450705d0f
commit
fa5ace34d8
|
@ -2241,7 +2241,7 @@ if(sh_audio){
|
|||
} else {
|
||||
// SUCCESS:
|
||||
inited_flags|=INITED_AO;
|
||||
mp_msg(MSGT_CPLAYER,MSGL_INFO,"AO: [%s] %dHz %dch %s (%d B/s)\n",
|
||||
mp_msg(MSGT_CPLAYER,MSGL_INFO,"AO: [%s] %dHz %dch %s (%d bytes per sample)\n",
|
||||
audio_out->info->short_name,
|
||||
ao_data.samplerate, ao_data.channels,
|
||||
af_fmt2str_short(ao_data.format),
|
||||
|
|
Loading…
Reference in New Issue