Index: webrtc/modules/remote_bitrate_estimator/test/bwe_test.cc |
diff --git a/webrtc/modules/remote_bitrate_estimator/test/bwe_test.cc b/webrtc/modules/remote_bitrate_estimator/test/bwe_test.cc |
index 86e8cb06262a2f2e105ad036de6ffdc72c39561b..a2ce34084e38f31dbac406afd05c835140adf5c7 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/test/bwe_test.cc |
+++ b/webrtc/modules/remote_bitrate_estimator/test/bwe_test.cc |
@@ -254,7 +254,7 @@ void BweTest::RunFairnessTest(BandwidthEstimatorType bwe_type, |
std::vector<VideoSource*> sources; |
std::vector<PacketSender*> senders; |
- size_t i = 0; |
+ size_t i = 1; |
for (int media_flow : media_flow_ids) { |
// Streams started 20 seconds apart to give them different advantage when |
// competing for the bandwidth. |