Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
e2281f34
Commit
e2281f34
authored
Sep 11, 2002
by
Josh Coalson
Browse files
fix bug with missing --lax in some cases
parent
7eb54b98
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test_streams.sh
View file @
e2281f34
...
...
@@ -287,9 +287,9 @@ test_file sine16-01 1 16 "-0 -l $max_lpc_order -m -e -p --lax -b 65535"
test_file sine16-01 1 16
"-0 -l
$max_lpc_order
-m -e -p --lax --sample-rate=9"
test_file sine16-01 1 16
"-0 -l
$max_lpc_order
-m -e -p --lax --sample-rate=90"
test_file sine16-01 1 16
"-0 -l
$max_lpc_order
-m -e -p --lax --sample-rate=90000"
test_file sine16-01 1 16
"-0 -l
$max_lpc_order
-m -e -p --sample-rate=9"
test_file sine16-01 1 16
"-0 -l
$max_lpc_order
-m -e -p --sample-rate=90"
test_file sine16-01 1 16
"-0 -l
$max_lpc_order
-m -e -p --sample-rate=90000"
test_file sine16-01 1 16
"-0 -l
$max_lpc_order
-m -e -p
--lax
--sample-rate=9"
test_file sine16-01 1 16
"-0 -l
$max_lpc_order
-m -e -p
--lax
--sample-rate=90"
test_file sine16-01 1 16
"-0 -l
$max_lpc_order
-m -e -p
--lax
--sample-rate=90000"
echo
"Testing option variations..."
for
f
in
00 01 02 03 04
;
do
...
...
Write
Preview
Supports
Markdown
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