Index: webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.cc |
diff --git a/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.cc b/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.cc |
index ad1f5fd5bf0f3f4bb7f7f2d0367430d430923a66..fa64179b76c384805995e44be33812ab0ebf171a 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.cc |
+++ b/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.cc |
@@ -680,7 +680,7 @@ void VideoSource::RunFor(int64_t time_ms, Packets* in_out) { |
payload_size -= size; |
} |
- next_frame_ms_ += frame_period_ms_; |
+ next_frame_ms_ += frame_period_ms_; // + ((rand() % 3) - 2); |
} |
in_out->merge(new_packets, DereferencingComparator<Packet>); |
} |