Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Vorbis tools
Commits
e9616c9d
Commit
e9616c9d
authored
Jul 11, 2002
by
Michael Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Blah. version update, remove negative quality check (ick)
svn path=/trunk/vorbis-tools/; revision=3581
parent
55d42d31
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
oggenc/oggenc.c
oggenc/oggenc.c
+1
-6
No files found.
oggenc/oggenc.c
View file @
e9616c9d
...
...
@@ -25,7 +25,7 @@
#include "i18n.h"
#define VERSION_STRING "OggEnc v
0.95
(libvorbis
rc4
)\n"
#define VERSION_STRING "OggEnc v
1.0
(libvorbis
1.0
)\n"
#define COPYRIGHT "(c) 2000-2002 Michael Smith <msmith@labyrinth.net.au>\n"
#define CHUNK 4096
/* We do reads, etc. in multiples of this */
...
...
@@ -677,11 +677,6 @@ static void parse_options(int argc, char **argv, oe_options *opt)
opt
->
quality
=
1
.
0
f
;
fprintf
(
stderr
,
_
(
"WARNING: quality setting too high, setting to maximum quality.
\n
"
));
}
else
if
(
opt
->
quality
<
0
.
0
f
)
{
opt
->
quality
=
0
.
0
f
;
fprintf
(
stderr
,
_
(
"WARNING: negative quality specified, setting to minimum.
\n
"
));
}
break
;
case
'n'
:
if
(
opt
->
namefmt
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment