Fixing target_bitrate_bps for a FullStackTest

While refactoring, I incorrectly set the target bitrate for one of the tests to
500k instead of 2000k.

This does not fix all the perf regressions.

BUG=534220

Review URL: https://codereview.webrtc.org/1356123002

Cr-Commit-Position: refs/heads/master@{#10008}
This commit is contained in:
ivica
2015-09-22 01:09:11 -07:00
committed by Commit bot
parent 8f4f00f0ec
commit 1356ba5e6c

View File

@ -107,7 +107,7 @@ TEST_F(FullStackTest, ForemanCif500kbps100msLimitedQueue) {
TEST_F(FullStackTest, ForemanCif1000kbps100msLimitedQueue) {
VideoQualityTest::Params foreman_cif = {
{352, 288, 30, 30000, 500000, 2000000, "VP8", 1},
{352, 288, 30, 30000, 2000000, 2000000, "VP8", 1},
{"foreman_cif"},
{},
{"foreman_cif_1000kbps_100ms_32pkts_queue", 0.0, 0.0,