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

Michael Smith msmith at xiph.org
Mon Aug 13 02:24:51 PDT 2001



msmith      01/08/13 02:24:51

  Modified:    oggenc   oggenc.c
  Log:
  Don't set min/max bitrate by default (that's broken behaviour, though
  libvorbis will actually ignore it currently).

Revision  Changes    Path
1.26      +1 -1      vorbis-tools/oggenc/oggenc.c

Index: oggenc.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/oggenc.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- oggenc.c	2001/08/13 06:09:14	1.25
+++ oggenc.c	2001/08/13 09:24:50	1.26
@@ -61,7 +61,7 @@
 {
         /* Default values */
         oe_options opt = {"ISO-8859-1", NULL, 0, NULL, 0, NULL, 0, NULL, 0, NULL, 
-		0, NULL, 0, 0, 0,16,44100,2, NULL,NULL, 64,128,192, 0.5f,0}; 
+		0, NULL, 0, 0, 0,16,44100,2, NULL,NULL, -1,128,-1, 0.5f,0}; 
         int i;
 
         char **infiles;

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