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 / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
774c8da1
Commit
774c8da1
authored
Feb 16, 2018
by
Urvang Joshi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
decode_to_md5: Update hash.
Change-Id: I40b7672ed98f2d1a49a7a9aabfd313ba64b3e8fb
parent
143de432
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
test/decode_to_md5.sh
test/decode_to_md5.sh
+3
-1
No files found.
test/decode_to_md5.sh
View file @
774c8da1
...
...
@@ -57,9 +57,11 @@ decode_to_md5() {
decode_to_md5_av1
()
{
# expected MD5 sum for the last frame.
local
expected_md5
=
"
f48cbb1efe36e
3724
3df8e0d76a65678
"
local
expected_md5
=
"
85ccfd
37
4
24
0849e6849f917cf742c9e
"
local
file
=
"
${
AV1_IVF_FILE
}
"
# TODO(urvang): Check in the encoded file (like libvpx does) to avoid
# encoding every time.
if
[
"
$(
av1_decode_available
)
"
=
"yes"
]
;
then
if
[
!
-e
"
${
AV1_IVF_FILE
}
"
]
;
then
file
=
"
${
AOM_TEST_OUTPUT_DIR
}
/test_encode.ivf"
...
...
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