summaryrefslogtreecommitdiff
path: root/video/call_perf_tests.cc
diff options
context:
space:
mode:
Diffstat (limited to 'video/call_perf_tests.cc')
-rw-r--r--video/call_perf_tests.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/video/call_perf_tests.cc b/video/call_perf_tests.cc
index 9776fb7e..9194b088 100644
--- a/video/call_perf_tests.cc
+++ b/video/call_perf_tests.cc
@@ -502,7 +502,8 @@ void CallPerfTest::TestMinTransmitBitrate(bool pad_to_min_bitrate) {
VideoSendStream::Stats stats = send_stream_->GetStats();
if (stats.substreams.size() > 0) {
assert(stats.substreams.size() == 1);
- int bitrate_kbps = stats.substreams.begin()->second.bitrate_bps / 1000;
+ int bitrate_kbps =
+ stats.substreams.begin()->second.total_bitrate_bps / 1000;
if (bitrate_kbps > 0) {
test::PrintResult(
"bitrate_stats_",