Index: webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc |
diff --git a/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc b/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc |
index 2172bce9380513417d907391b912e7b5672a7d2b..eace9fc8b0a825b69a754706a217d5812cdc61b5 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc |
+++ b/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc |
@@ -43,7 +43,8 @@ |
void RemoteEstimatorProxy::IncomingPacket(int64_t arrival_time_ms, |
size_t payload_size, |
- const RTPHeader& header) { |
+ const RTPHeader& header, |
+ bool was_paced) { |
if (!header.extension.hasTransportSequenceNumber) { |
LOG(LS_WARNING) << "RemoteEstimatorProxy: Incoming packet " |
"is missing the transport sequence number extension!"; |