Index: webrtc/modules/remote_bitrate_estimator/tools/bwe_rtp_play.cc |
diff --git a/webrtc/modules/remote_bitrate_estimator/tools/bwe_rtp_play.cc b/webrtc/modules/remote_bitrate_estimator/tools/bwe_rtp_play.cc |
index 08dc0e63a02a8112418db8ad13c44ae11378c8cb..f5dbaef371713b6bb6914f0b8647d2d6d22709a9 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/tools/bwe_rtp_play.cc |
+++ b/webrtc/modules/remote_bitrate_estimator/tools/bwe_rtp_play.cc |
@@ -83,7 +83,7 @@ int main(int argc, char** argv) { |
packet_length = packet.original_length; |
} |
rbe->IncomingPacket(clock.TimeInMilliseconds(), |
- packet_length - header.headerLength, header, true); |
+ packet_length - header.headerLength, header); |
++packet_counter; |
} |
if (!rtp_reader->NextPacket(&packet)) { |