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

Stan Seibert volsung at xiph.org
Tue Dec 18 21:58:46 PST 2001



volsung     01/12/18 21:58:46

  Modified:    ogg123   ogg123.c
  Log:
  A bigger input buffer makes sense.

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

Index: ogg123.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/ogg123.c,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ogg123.c	2001/12/19 05:37:32	1.52
+++ ogg123.c	2001/12/19 05:58:45	1.53
@@ -14,7 +14,7 @@
  *                                                                  *
  ********************************************************************
 
- last mod: $Id: ogg123.c,v 1.52 2001/12/19 05:37:32 volsung Exp $
+ last mod: $Id: ogg123.c,v 1.53 2001/12/19 05:58:45 volsung Exp $
 
  ********************************************************************/
 
@@ -132,7 +132,7 @@
   opts->seekpos = 0.0;
   opts->buffer_size = 128 * 1024;
   opts->prebuffer = 0.0f;
-  opts->input_buffer_size = 32 * 1024;
+  opts->input_buffer_size = 64 * 1024;
   opts->input_prebuffer = 50.0f;
   opts->default_device = NULL;
 

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