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
2bfbe9a8
Commit
2bfbe9a8
authored
Aug 14, 2014
by
James Zern
Committed by
Gerrit Code Review
Aug 14, 2014
Browse files
Merge "vpxenc.sh: use --test-decode=fatal for vp9"
parents
10434746
a0d8ddb4
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/vpxenc.sh
View file @
2bfbe9a8
...
...
@@ -128,6 +128,7 @@ vpxenc_vp9_ivf() {
--height
=
"
${
YUV_RAW_INPUT_HEIGHT
}
"
\
--limit
=
"
${
TEST_FRAMES
}
"
\
--ivf
\
--test-decode
=
fatal
\
--output
=
"
${
output
}
"
\
"
${
YUV_RAW_INPUT
}
"
...
...
@@ -146,6 +147,7 @@ vpxenc_vp9_webm() {
--width
=
"
${
YUV_RAW_INPUT_WIDTH
}
"
\
--height
=
"
${
YUV_RAW_INPUT_HEIGHT
}
"
\
--limit
=
"
${
TEST_FRAMES
}
"
\
--test-decode
=
fatal
\
--output
=
"
${
output
}
"
\
"
${
YUV_RAW_INPUT
}
"
...
...
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