| Index: webrtc/modules/rtp_rtcp/source/rtp_receiver_strategy.cc
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_receiver_strategy.cc b/webrtc/modules/rtp_rtcp/source/rtp_receiver_strategy.cc
|
| index 56dd081fc82636b1c64d7fd478d8f4cab437a6a3..5fae3db0285ec05fdd52ab53eb49448a94d2d975 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_receiver_strategy.cc
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_receiver_strategy.cc
|
| @@ -36,11 +36,9 @@ void RTPReceiverStrategy::SetLastMediaSpecificPayload(
|
|
|
| void RTPReceiverStrategy::CheckPayloadChanged(int8_t payload_type,
|
| PayloadUnion* specific_payload,
|
| - bool* should_reset_statistics,
|
| bool* should_discard_changes) {
|
| - // Default: Keep changes and don't reset statistics.
|
| + // Default: Keep changes.
|
| *should_discard_changes = false;
|
| - *should_reset_statistics = false;
|
| }
|
|
|
| int RTPReceiverStrategy::Energy(uint8_t array_of_energy[kRtpCsrcSize]) const {
|
|
|