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
Toggle navigation
Open sidebar
Mathis Rosenhauer
libaec
Commits
67aee429
Commit
67aee429
authored
Feb 06, 2014
by
Mathis Rosenhauer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typos
parent
fd345c5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/aec.c
src/aec.c
+2
-2
No files found.
src/aec.c
View file @
67aee429
...
...
@@ -138,8 +138,8 @@ int main(int argc, char *argv[])
}
else
{
fprintf
(
stderr
,
"Usage: %s [OPTION] SOURCE
\n
"
,
argv
[
0
]);
fprintf
(
stderr
,
"
\n
OPTIONS
\n
"
);
fprintf
(
stderr
,
"-3
\n
24 bit samples are sored in 3 bytes
\n
"
);
fprintf
(
stderr
,
"-b size
\n
internal buffer sizein bytes
\n
"
);
fprintf
(
stderr
,
"-3
\n
24 bit samples are s
t
ored in 3 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
,
"-d
\n
decode SOURCE. If -d is not used: encode.
\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