summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMarco Paniconi <marpan@google.com>2014-03-06 13:43:32 -0800
committerMarco Paniconi <marpan@google.com>2014-03-06 13:51:57 -0800
commit41cd4c47b48df6740f742e20f1175cb5a75d6e5e (patch)
tree4878b06a7b84e639ad08e79097fc6062b61521a0 /test
parentc610a3b03f1be3a361f84f1a348125a5240bd884 (diff)
downloadlibvpx-41cd4c47b48df6740f742e20f1175cb5a75d6e5e.tar
libvpx-41cd4c47b48df6740f742e20f1175cb5a75d6e5e.tar.gz
libvpx-41cd4c47b48df6740f742e20f1175cb5a75d6e5e.tar.bz2
libvpx-41cd4c47b48df6740f742e20f1175cb5a75d6e5e.zip
Add speeed 5 to datarate test.
Change-Id: I7126e4b36994020cc656d046d10df5d6a6c53e66
Diffstat (limited to 'test')
-rw-r--r--test/datarate_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/datarate_test.cc b/test/datarate_test.cc
index 39c9a5a67..7793ccae3 100644
--- a/test/datarate_test.cc
+++ b/test/datarate_test.cc
@@ -577,5 +577,5 @@ TEST_P(DatarateTestVP9, BasicRateTargeting3TemporalLayersFrameDropping) {
VP8_INSTANTIATE_TEST_CASE(DatarateTest, ALL_TEST_MODES);
VP9_INSTANTIATE_TEST_CASE(DatarateTestVP9,
::testing::Values(::libvpx_test::kOnePassGood),
- ::testing::Range(2, 5));
+ ::testing::Range(2, 6));
} // namespace