Merge "Fix encode perf test"

This commit is contained in:
Frank Galligan 2014-12-19 08:11:36 -08:00 committed by Gerrit Code Review
commit bc8b0ada3a

View File

@ -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]))