[MPlayer-cvslog] CVS: main mplayer.c,1.866,1.867

Diego Biurrun CVS syncmail at mplayerhq.hu
Fri Sep 2 19:11:31 CEST 2005


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv5426

Modified Files:
	mplayer.c 
Log Message:
Replace bps by B/s when it means bytes per second to avoid ambiguity since
bps can mean any combination of bits/bytes per second/sample.
patch by a.guru - at - sympatico - dot - ca


Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.866
retrieving revision 1.867
diff -u -r1.866 -r1.867
--- mplayer.c	2 Sep 2005 08:44:55 -0000	1.866
+++ mplayer.c	2 Sep 2005 17:10:57 -0000	1.867
@@ -2243,7 +2243,7 @@
   } else {
     // SUCCESS:
     inited_flags|=INITED_AO;
-    mp_msg(MSGT_CPLAYER,MSGL_INFO,"AO: [%s] %dHz %dch %s (%d bps)\n",
+    mp_msg(MSGT_CPLAYER,MSGL_INFO,"AO: [%s] %dHz %dch %s (%d B/s)\n",
       audio_out->info->short_name,
       ao_data.samplerate, ao_data.channels,
       af_fmt2str_short(ao_data.format),




More information about the MPlayer-cvslog mailing list