shithub: libvpx

Download patch

ref: 0f3d3886854160e9d2ccde158f3ca6d1d6db9e18
parent: 60e9b731cf8945403dbcf149a0f6dc745e5cabe1
author: Frank Galligan <fgalligan@google.com>
date: Thu Dec 18 10:19:21 EST 2014

Fix encode perf test

The accepted range changed to -8..8.
BUG:https://code.google.com/p/webm/issues/detail?id=901

Change-Id: I53ac80b58f4819b82c76db61db5dc476f821191f

--- a/test/encode_perf_test.cc
+++ b/test/encode_perf_test.cc
@@ -50,7 +50,7 @@
   EncodePerfTestVideo("niklas_1280_720_30.yuv", 1280, 720, 600, 470),
 };
 
-const int kEncodePerfTestSpeeds[] = { 5, 6, 7, 12 };
+const int kEncodePerfTestSpeeds[] = { 5, 6, 7, 8 };
 
 #define NELEMENTS(x) (sizeof((x)) / sizeof((x)[0]))