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
9860672d
Commit
9860672d
authored
Jan 26, 2002
by
Josh Coalson
Browse files
minor wording change for -M in the usage
parent
abeb4599
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/flac/main.c
View file @
9860672d
...
...
@@ -564,7 +564,7 @@ int long_usage(const char *message, ...)
fprintf
(
out
,
" must be 192/576/1152/2304/4608/256/512/1024/2048/4096/8192/16384/32768
\n
"
);
fprintf
(
out
,
" (unless --lax is used)
\n
"
);
fprintf
(
out
,
" -m : try mid-side coding for each frame (stereo input only)
\n
"
);
fprintf
(
out
,
" -M :
loos
e mid-side coding for all frames (stereo input only)
\n
"
);
fprintf
(
out
,
" -M :
adaptiv
e mid-side coding for all frames (stereo input only)
\n
"
);
fprintf
(
out
,
" -0 .. -8 : fastest compression .. highest compression, default is -5
\n
"
);
fprintf
(
out
,
" these are synonyms for other options:
\n
"
);
fprintf
(
out
,
" -0 : synonymous with -l 0 -b 1152 -r 2,2
\n
"
);
...
...
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