shithub: libvpx

Download patch

ref: dd88bd87db40dca11f5ac94fc166e1a97030fc26
parent: 828a1fa6decb171592641fc2afbe9558c2a01d9c
author: James Zern <[email protected]>
date: Wed Jun 21 16:05:31 EDT 2017

datarate_test: rename thread -> Thread in test name

this is consistent with other threaded tests and ensures gtest_filters
meant to operate on these pick them up

Change-Id: I99ce53720553a22c4b9905a2882273c2be2c031b

--- a/test/datarate_test.cc
+++ b/test/datarate_test.cc
@@ -1396,7 +1396,7 @@
 
 // Check basic rate targeting for 1 pass CBR SVC: 2 spatial layers and
 // 3 temporal layers. Run HD clip with 4 threads.
-TEST_P(DatarateOnePassCbrSvc, OnePassCbrSvc2SL3TL4threads) {
+TEST_P(DatarateOnePassCbrSvc, OnePassCbrSvc2SL3TL4Threads) {
   cfg_.rc_buf_initial_sz = 500;
   cfg_.rc_buf_optimal_sz = 500;
   cfg_.rc_buf_sz = 1000;