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
Xiph.Org
aom-rav1e
Commits
b77ef13d
Commit
b77ef13d
authored
Aug 15, 2014
by
Tom Finegan
Browse files
vpxdec.sh: Fix some style nits.
Change-Id: I960c26dcb0db230e50f923d00f64ded1a39bf783
parent
250fc1f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/vpxdec.sh
View file @
b77ef13d
...
...
@@ -31,8 +31,8 @@ vpxdec_verify_environment() {
# input file path and shifted away. All remaining parameters are passed through
# to vpxdec.
vpxdec_pipe
()
{
local
decoder
=
"
$(
vpx_tool_path vpxdec
)
"
local
input
=
"
$1
"
local
readonly
decoder
=
"
$(
vpx_tool_path vpxdec
)
"
local
readonly
input
=
"
$1
"
shift
cat
"
${
input
}
"
|
eval
"
${
VPX_TEST_PREFIX
}
"
"
${
decoder
}
"
-
"
$@
"
${
devnull
}
}
...
...
@@ -41,8 +41,8 @@ vpxdec_pipe() {
# the directory containing vpxdec. $1 one is used as the input file path and
# shifted away. All remaining parameters are passed through to vpxdec.
vpxdec
()
{
local
decoder
=
"
$(
vpx_tool_path vpxdec
)
"
local
input
=
"
$
{
1
}
"
local
readonly
decoder
=
"
$(
vpx_tool_path vpxdec
)
"
local
readonly
input
=
"
$
1
"
shift
eval
"
${
VPX_TEST_PREFIX
}
"
"
${
decoder
}
"
"
$input
"
"
$@
"
${
devnull
}
}
...
...
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