changeset 16788:ec5244aea184

new message was even worse -- B/s means bytes per second, not sample!
author rfelker
date Mon, 17 Oct 2005 18:16:28 +0000
parents c690b2733127
children def7bbb898a3
files mplayer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mplayer.c	Mon Oct 17 14:37:01 2005 +0000
+++ b/mplayer.c	Mon Oct 17 18:16:28 2005 +0000
@@ -2241,7 +2241,7 @@
   } 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),