Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
flac
Commits
52a7ae78
Commit
52a7ae78
authored
Feb 26, 2001
by
Josh Coalson
Browse files
add -P to options printout when verbose
parent
4795fcab
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/flac/main.c
View file @
52a7ae78
...
...
@@ -265,8 +265,8 @@ int main(int argc, char *argv[])
printf
(
"welcome to redistribute it under certain conditions. Type `flac' for details.
\n\n
"
);
if
(
!
mode_decode
)
{
printf
(
"options:%s -b %u%s -l %u%s%s -q %u -r %u%s
\n
"
,
lax
?
" --lax"
:
""
,
(
unsigned
)
blocksize
,
loose_mid_side
?
" -M"
:
do_mid_side
?
" -m"
:
""
,
max_lpc_order
,
printf
(
"options:%s
-P %u
-b %u%s -l %u%s%s -q %u -r %u%s
\n
"
,
lax
?
" --lax"
:
""
,
padding
,
(
unsigned
)
blocksize
,
loose_mid_side
?
" -M"
:
do_mid_side
?
" -m"
:
""
,
max_lpc_order
,
do_exhaustive_model_search
?
" -e"
:
""
,
do_qlp_coeff_prec_search
?
" -p"
:
""
,
qlp_coeff_precision
,
(
unsigned
)
rice_optimization_level
,
verify
?
" -V"
:
""
...
...
Write
Preview
Supports
Markdown
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