Index: webrtc/modules/rtp_rtcp/source/rtp_receiver_strategy.h |
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_receiver_strategy.h b/webrtc/modules/rtp_rtcp/source/rtp_receiver_strategy.h |
index b34ad38cdbd7e829f5ee026780b0e3840e5c8a55..9c09f8e43fbe7bee08ce23f9f910ec6af871ac37 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtp_receiver_strategy.h |
+++ b/webrtc/modules/rtp_rtcp/source/rtp_receiver_strategy.h |
@@ -79,7 +79,6 @@ class RTPReceiverStrategy { |
// reset statistics and/or discard this packet. |
virtual void CheckPayloadChanged(int8_t payload_type, |
PayloadUnion* specific_payload, |
- bool* should_reset_statistics, |
bool* should_discard_changes); |
virtual int Energy(uint8_t array_of_energy[kRtpCsrcSize]) const; |