]> granicus.if.org Git - libvpx/commitdiff
vpxenc.sh: use --test-decode=fatal for vp9
authorJames Zern <jzern@google.com>
Fri, 15 Aug 2014 01:48:34 +0000 (18:48 -0700)
committerJames Zern <jzern@google.com>
Fri, 15 Aug 2014 03:11:15 +0000 (20:11 -0700)
vp8 is broken:
https://code.google.com/p/webm/issues/detail?id=841

Change-Id: If73afe0e2314279b560ad758cb04b1760dcc3605

test/vpxenc.sh

index 6e9ad3564ba79b5adcf9b0e5ae5070528f7d80c6..3cf3f4d4045977abee6c4e423409a9d580fc83dd 100755 (executable)
@@ -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}"