[xiph-cvs] cvs commit: vorbis-tools/oggenc oggenc.c
Ralph Giles
giles at xiph.org
Sun Aug 12 22:18:42 PDT 2001
giles 01/08/12 22:18:42
Modified: oggenc oggenc.c
Log:
request 128 as our nominal bitrate, since there are modes below that now :)
Revision Changes Path
1.22 +1 -1 vorbis-tools/oggenc/oggenc.c
Index: oggenc.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/oggenc.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- oggenc.c 2001/08/13 04:55:35 1.21
+++ oggenc.c 2001/08/13 05:18:42 1.22
@@ -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, 1,1,1, 0.5f,0};
+ 0, NULL, 0, 0, 0,16,44100,2, NULL,NULL, 64,128,192, 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