Index: webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc |
diff --git a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc |
index 182cbf9b1ed86c284dce9e78d3da69855cfdffc2..d391f03262ed270a2ea036417ff70cdb0b436a3d 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc |
+++ b/webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc |
@@ -67,10 +67,10 @@ |
} |
} |
-void RemoteBitrateEstimatorSingleStream::IncomingPacket( |
- int64_t arrival_time_ms, |
- size_t payload_size, |
- const RTPHeader& header) { |
+void RemoteBitrateEstimatorSingleStream::IncomingPacket(int64_t arrival_time_ms, |
+ size_t payload_size, |
+ const RTPHeader& header, |
+ bool was_paced) { |
uint32_t ssrc = header.ssrc; |
uint32_t rtp_timestamp = header.timestamp + |
header.extension.transmissionTimeOffset; |