Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mathis Rosenhauer
libaec
Commits
67aee429
Commit
67aee429
authored
Feb 06, 2014
by
Mathis Rosenhauer
Browse files
typos
parent
fd345c5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/aec.c
View file @
67aee429
...
@@ -138,8 +138,8 @@ int main(int argc, char *argv[])
...
@@ -138,8 +138,8 @@ int main(int argc, char *argv[])
}
else
{
}
else
{
fprintf
(
stderr
,
"Usage: %s [OPTION] SOURCE
\n
"
,
argv
[
0
]);
fprintf
(
stderr
,
"Usage: %s [OPTION] SOURCE
\n
"
,
argv
[
0
]);
fprintf
(
stderr
,
"
\n
OPTIONS
\n
"
);
fprintf
(
stderr
,
"
\n
OPTIONS
\n
"
);
fprintf
(
stderr
,
"-3
\n
24 bit samples are sored in 3 bytes
\n
"
);
fprintf
(
stderr
,
"-3
\n
24 bit samples are s
t
ored in 3 bytes
\n
"
);
fprintf
(
stderr
,
"-b size
\n
internal buffer sizein bytes
\n
"
);
fprintf
(
stderr
,
"-b size
\n
internal buffer size
in bytes
\n
"
);
fprintf
(
stderr
,
"-c
\n
write output on standard output
\n
"
);
fprintf
(
stderr
,
"-c
\n
write output on standard output
\n
"
);
fprintf
(
stderr
,
"-d
\n
decode SOURCE. If -d is not used: encode.
\n
"
);
fprintf
(
stderr
,
"-d
\n
decode SOURCE. If -d is not used: encode.
\n
"
);
fprintf
(
stderr
,
"-j samples
\n
block size in samples
\n
"
);
fprintf
(
stderr
,
"-j samples
\n
block size in samples
\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