| Index: webrtc/api/call/audio_receive_stream.h
|
| diff --git a/webrtc/api/call/audio_receive_stream.h b/webrtc/api/call/audio_receive_stream.h
|
| index 096cbc775e9f39c924001ac188f5837e19862c82..ec80a9e3f0cdc9f87121799827fd8ebfeac9c0b9 100644
|
| --- a/webrtc/api/call/audio_receive_stream.h
|
| +++ b/webrtc/api/call/audio_receive_stream.h
|
| @@ -57,6 +57,7 @@ class AudioReceiveStream {
|
| int32_t decoding_plc = 0;
|
| int32_t decoding_cng = 0;
|
| int32_t decoding_plc_cng = 0;
|
| + int32_t decoding_muted_output = 0;
|
| int64_t capture_start_ntp_time_ms = 0;
|
| };
|
|
|
|
|