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