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

Jack Moffitt jack at xiph.org
Thu Dec 20 08:40:53 PST 2001



jack        01/12/20 08:40:52

  Modified:    oggenc   oggenc.c
  Log:
  Fix default encode mode.

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

Index: oggenc.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/oggenc.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- oggenc.c	2001/12/19 18:29:26	1.37
+++ oggenc.c	2001/12/20 16:40:52	1.38
@@ -68,7 +68,7 @@
         /* Default values */
         oe_options opt = {"ISO-8859-1", NULL, 0, NULL, 0, NULL, 0, NULL, 0, NULL, 
                 0, NULL, 0, NULL, 0, 0, 0,16,44100,2, NULL,DEFAULT_NAMEFMT_REMOVE, 
-        DEFAULT_NAMEFMT_REPLACE, NULL, -1,128,-1, -1.0f,0};
+        DEFAULT_NAMEFMT_REPLACE, NULL, -1,-1,-1, 0.3,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