summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2014-08-14 18:48:34 -0700
committerJames Zern <jzern@google.com>2014-08-14 20:11:15 -0700
commita0d8ddb4536a0faacc0aeaeda3cb7a1839ed9233 (patch)
treec8a3461d83431df1937e2fae03a8aef0895ce073 /test
parent2ba201fcdb93656867d084d06d6522c820263a5e (diff)
downloadlibvpx-a0d8ddb4536a0faacc0aeaeda3cb7a1839ed9233.tar
libvpx-a0d8ddb4536a0faacc0aeaeda3cb7a1839ed9233.tar.gz
libvpx-a0d8ddb4536a0faacc0aeaeda3cb7a1839ed9233.tar.bz2
libvpx-a0d8ddb4536a0faacc0aeaeda3cb7a1839ed9233.zip
vpxenc.sh: use --test-decode=fatal for vp9
vp8 is broken: https://code.google.com/p/webm/issues/detail?id=841 Change-Id: If73afe0e2314279b560ad758cb04b1760dcc3605
Diffstat (limited to 'test')
-rwxr-xr-xtest/vpxenc.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/vpxenc.sh b/test/vpxenc.sh
index 6e9ad3564..3cf3f4d40 100755
--- a/test/vpxenc.sh
+++ b/test/vpxenc.sh
@@ -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}"