[xiph-cvs] cvs commit: vorbis-tools/oggenc oggenc.c
Michael Smith
msmith at xiph.org
Thu Jul 11 06:54:01 PDT 2002
msmith 02/07/11 06:54:01
Modified: oggenc oggenc.c
Log:
Blah. version update, remove negative quality check (ick)
Revision Changes Path
1.64 +1 -6 vorbis-tools/oggenc/oggenc.c
Index: oggenc.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/oggenc.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- oggenc.c 2002/07/02 14:10:46 1.63
+++ oggenc.c 2002/07/11 13:54:01 1.64
@@ -25,7 +25,7 @@
#include "i18n.h"
-#define VERSION_STRING "OggEnc v0.95 (libvorbis rc4)\n"
+#define VERSION_STRING "OggEnc v1.0 (libvorbis 1.0)\n"
#define COPYRIGHT "(c) 2000-2002 Michael Smith <msmith at labyrinth.net.au>\n"
#define CHUNK 4096 /* We do reads, etc. in multiples of this */
@@ -676,11 +676,6 @@
{
opt->quality = 1.0f;
fprintf(stderr, _("WARNING: quality setting too high, setting to maximum quality.\n"));
- }
- else if(opt->quality < 0.0f)
- {
- opt->quality = 0.0f;
- fprintf(stderr, _("WARNING: negative quality specified, setting to minimum.\n"));
}
break;
case 'n':
<p><p><p>--- >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