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
554f8f84
Commit
554f8f84
authored
Dec 21, 2002
by
Josh Coalson
Browse files
minor tweak to test parameters
parent
9238a140
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/test_streams/main.c
View file @
554f8f84
...
...
@@ -787,7 +787,7 @@ int main(int argc, char *argv[])
for
(
channels
=
1
;
channels
<=
8
;
channels
++
)
{
unsigned
bytes_per_sample
;
for
(
bytes_per_sample
=
1
;
bytes_per_sample
<=
3
;
bytes_per_sample
++
)
{
static
const
unsigned
nsamples
[]
=
{
1
,
111
,
5555
5
}
;
static
const
unsigned
nsamples
[]
=
{
1
,
111
,
5555
}
;
unsigned
samples
;
for
(
samples
=
0
;
samples
<
sizeof
(
nsamples
)
/
sizeof
(
nsamples
[
0
]);
samples
++
)
{
char
fn
[
64
];
...
...
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