Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
flac
Commits
5f0433fd
Commit
5f0433fd
authored
Nov 04, 2006
by
Josh Coalson
Browse files
fix bug where encoder wasn't defaulting to -5
parent
99abf3e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/flac/main.c
View file @
5f0433fd
...
...
@@ -520,7 +520,9 @@ FLAC__bool init_options()
option_values
.
aopts
.
do_residual_text
=
false
;
option_values
.
aopts
.
do_residual_gnuplot
=
false
;
option_values
.
padding
=
-
1
;
option_values
.
num_compression_settings
=
0
;
option_values
.
num_compression_settings
=
1
;
option_values
.
compression_settings
[
0
].
type
=
CST_COMPRESSION_LEVEL
;
option_values
.
compression_settings
[
0
].
value
.
t_unsigned
=
5
;
option_values
.
skip_specification
=
0
;
option_values
.
until_specification
=
0
;
option_values
.
cue_specification
=
0
;
...
...
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