| Index: webrtc/modules/rtp_rtcp/source/rtp_receiver_audio.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_receiver_audio.h b/webrtc/modules/rtp_rtcp/source/rtp_receiver_audio.h
|
| index cd146b93325dd7c148403a3ae56402d120d7802f..a7efcbba344e19bfbc86a307ec6493159597a804 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_receiver_audio.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_receiver_audio.h
|
| @@ -93,7 +93,6 @@ class RTPReceiverAudio : public RTPReceiverStrategy,
|
| // statistics. In addition we sometimes need to tweak the frequency.
|
| void CheckPayloadChanged(int8_t payload_type,
|
| PayloadUnion* specific_payload,
|
| - bool* should_reset_statistics,
|
| bool* should_discard_changes) override;
|
|
|
| int Energy(uint8_t array_of_energy[kRtpCsrcSize]) const override;
|
|
|