shithub: libvpx

Download patch

ref: a0d8ddb4536a0faacc0aeaeda3cb7a1839ed9233
parent: 2ba201fcdb93656867d084d06d6522c820263a5e
author: James Zern <jzern@google.com>
date: Thu Aug 14 14:48:34 EDT 2014

vpxenc.sh: use --test-decode=fatal for vp9

vp8 is broken:
https://code.google.com/p/webm/issues/detail?id=841

Change-Id: If73afe0e2314279b560ad758cb04b1760dcc3605

--- a/test/vpxenc.sh
+++ b/test/vpxenc.sh
@@ -128,6 +128,7 @@
       --height="${YUV_RAW_INPUT_HEIGHT}" \
       --limit="${TEST_FRAMES}" \
       --ivf \
+      --test-decode=fatal \
       --output="${output}" \
       "${YUV_RAW_INPUT}"
 
@@ -146,6 +147,7 @@
       --width="${YUV_RAW_INPUT_WIDTH}" \
       --height="${YUV_RAW_INPUT_HEIGHT}" \
       --limit="${TEST_FRAMES}" \
+      --test-decode=fatal \
       --output="${output}" \
       "${YUV_RAW_INPUT}"