[xiph-cvs] cvs commit: vorbis-tools/ogg123 status.c

Stan Seibert volsung at xiph.org
Fri Dec 21 16:02:20 PST 2001



volsung     01/12/21 16:02:20

  Modified:    ogg123   status.c
  Log:
  Extra padding so that the status line doesn't jitter when the bitrate
  waviers above and below 100 kbps.

Revision  Changes    Path
1.5       +2 -2      vorbis-tools/ogg123/status.c

Index: status.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/status.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- status.c	2001/12/20 00:24:54	1.4
+++ status.c	2001/12/22 00:02:19	1.5
@@ -11,7 +11,7 @@
  *                                                                  *
  ********************************************************************
 
- last mod: $Id: status.c,v 1.4 2001/12/20 00:24:54 volsung Exp $
+ last mod: $Id: status.c,v 1.5 2001/12/22 00:02:19 volsung Exp $
 
  ********************************************************************/
 
@@ -239,7 +239,7 @@
   cur = stats + 4; /* instantaneous bitrate */
   cur->verbosity = 2;
   cur->enabled = 1;
-  cur->formatstr = " (%.1f kbps)";
+  cur->formatstr = " (%5.1f kbps)";
   cur->type = stat_doublearg;
 
   cur = stats + 5; /* average bitrate (not yet implemented) */

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list