Remove ResetStatistics from RTP feedback.

BUG=
R=asapersson@webrtc.org, stefan@webrtc.org

Review URL: https://codereview.webrtc.org/1213603002

Cr-Commit-Position: refs/heads/master@{#9548}
This commit is contained in:
pbos
2015-07-07 08:32:48 -07:00
committed by Commit bot
parent 19492f1c4c
commit d436298332
22 changed files with 56 additions and 186 deletions

View File

@ -73,8 +73,7 @@ class RtpReceiverImpl : public RtpReceiver {
int32_t CheckPayloadChanged(const RTPHeader& rtp_header,
const int8_t first_payload_byte,
bool& is_red,
PayloadUnion* payload,
bool* should_reset_statistics);
PayloadUnion* payload);
Clock* clock_;
RTPPayloadRegistry* rtp_payload_registry_;