]> granicus.if.org Git - libvpx/commitdiff
Merge "vpxenc.sh: Add 2-pass and lagged encode tests for VP8 and VP9."
authorTom Finegan <tomfinegan@google.com>
Mon, 18 Aug 2014 17:47:41 +0000 (10:47 -0700)
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>
Mon, 18 Aug 2014 17:47:41 +0000 (10:47 -0700)
1  2 
test/vpxenc.sh

diff --cc test/vpxenc.sh
index 26d605fc6735a80830da6905121c0a6755b5381e,2659f076876a845969dbfb29726095fd2e45d6c0..b6482c603fec1c023b99b32ae498383c6dabbfe1
@@@ -111,6 -166,8 +170,7 @@@ vpxenc_vp9_ivf() 
        --width="${YUV_RAW_INPUT_WIDTH}" \
        --height="${YUV_RAW_INPUT_HEIGHT}" \
        --limit="${TEST_FRAMES}" \
 -      --test-decode=fatal \
+       --ivf \
        --output="${output}" \
        "${YUV_RAW_INPUT}"
  
@@@ -128,7 -186,7 +189,6 @@@ vpxenc_vp9_webm() 
        --width="${YUV_RAW_INPUT_WIDTH}" \
        --height="${YUV_RAW_INPUT_HEIGHT}" \
        --limit="${TEST_FRAMES}" \
-       --ivf \
 -      --test-decode=fatal \
        --output="${output}" \
        "${YUV_RAW_INPUT}"