diff --git a/test/encode_perf_test.cc b/test/encode_perf_test.cc index feef37e7b..b29e0eab5 100644 --- a/test/encode_perf_test.cc +++ b/test/encode_perf_test.cc @@ -50,7 +50,7 @@ const EncodePerfTestVideo kVP9EncodePerfTestVectors[] = { 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]))