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

Kenneth C. Arnold kcarnold at xiph.org
Tue Aug 28 17:20:44 PDT 2001



kcarnold    01/08/28 17:20:44

  Modified:    ogg123   Tag: kcarnold_work buffer.c
  Log:
  Oops, left buffer debug on.
  
  Stress test complete; 1k buffer did not skip at all with CPU pegged at
  100% on my Tbird 1.3GHz :)

Revision  Changes    Path
No                   revision

No                   revision

1.7.2.20  +2 -2      vorbis-tools/ogg123/buffer.c

Index: buffer.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/buffer.c,v
retrieving revision 1.7.2.19
retrieving revision 1.7.2.20
diff -u -r1.7.2.19 -r1.7.2.20
--- buffer.c	2001/08/29 00:13:41	1.7.2.19
+++ buffer.c	2001/08/29 00:20:44	1.7.2.20
@@ -11,7 +11,7 @@
  *                                                                  *
  ********************************************************************
 
- last mod: $Id: buffer.c,v 1.7.2.19 2001/08/29 00:13:41 kcarnold Exp $
+ last mod: $Id: buffer.c,v 1.7.2.20 2001/08/29 00:20:44 kcarnold Exp $
 
  ********************************************************************/
 
@@ -34,7 +34,7 @@
 #include "ogg123.h"
 #include "buffer.h"
 
-#define DEBUG_BUFFER
+#undef DEBUG_BUFFER
 #undef DEADLOCK_PROTECTION
 
 #ifdef DEBUG_BUFFER

--- >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