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
828e3179
Commit
828e3179
authored
Jul 13, 2017
by
Mathis Rosenhauer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not dump test patterns
parent
4add047d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
tests/check_buffer_sizes.c
tests/check_buffer_sizes.c
+1
-0
tests/check_long_fs.c
tests/check_long_fs.c
+1
-0
No files found.
tests/check_buffer_sizes.c
View file @
828e3179
...
...
@@ -77,6 +77,7 @@ int main (void)
struct
aec_stream
strm
;
struct
test_state
state
;
state
.
dump
=
0
;
state
.
buf_len
=
state
.
ibuf_len
=
BUF_SIZE
;
state
.
cbuf_len
=
2
*
BUF_SIZE
;
...
...
tests/check_long_fs.c
View file @
828e3179
...
...
@@ -32,6 +32,7 @@ int main (void)
struct
aec_stream
strm
;
struct
test_state
state
;
state
.
dump
=
0
;
state
.
buf_len
=
state
.
ibuf_len
=
BUF_SIZE
;
state
.
cbuf_len
=
2
*
BUF_SIZE
;
...
...
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