| Index: webrtc/media/base/mediachannel.h
|
| diff --git a/webrtc/media/base/mediachannel.h b/webrtc/media/base/mediachannel.h
|
| index 1355b36679012475ba39e118484f80b07c81a0a3..b71a309233546f941150431bf5df4aca8f46b095 100644
|
| --- a/webrtc/media/base/mediachannel.h
|
| +++ b/webrtc/media/base/mediachannel.h
|
| @@ -620,6 +620,7 @@ struct VoiceReceiverInfo : public MediaReceiverInfo {
|
| decoding_plc(0),
|
| decoding_cng(0),
|
| decoding_plc_cng(0),
|
| + decoding_muted_output(0),
|
| capture_start_ntp_time_ms(-1) {}
|
|
|
| int ext_seqnum;
|
| @@ -644,6 +645,7 @@ struct VoiceReceiverInfo : public MediaReceiverInfo {
|
| int decoding_plc;
|
| int decoding_cng;
|
| int decoding_plc_cng;
|
| + int decoding_muted_output;
|
| // Estimated capture start time in NTP time in ms.
|
| int64_t capture_start_ntp_time_ms;
|
| };
|
|
|