Index: webrtc/modules/audio_coding/codecs/opus/opus_inst.h |
diff --git a/webrtc/modules/audio_coding/codecs/opus/opus_inst.h b/webrtc/modules/audio_coding/codecs/opus/opus_inst.h |
index 8d032baf355e29778c35ea8d45a48b7ee9d2cff4..aa79b46f04fe74ce18935fbea017cf7c62b926a6 100644 |
--- a/webrtc/modules/audio_coding/codecs/opus/opus_inst.h |
+++ b/webrtc/modules/audio_coding/codecs/opus/opus_inst.h |
@@ -19,12 +19,6 @@ struct WebRtcOpusEncInst { |
OpusEncoder* encoder; |
size_t channels; |
int in_dtx_mode; |
- // When Opus is in DTX mode, we use |zero_counts| to count consecutive zeros |
- // to break long zero segment so as to prevent DTX from going wrong. We use |
- // one counter for each channel. After each encoding, |zero_counts| contain |
- // the remaining zeros from the last frame. |
- // TODO(minyue): remove this when Opus gets an internal fix to DTX. |
- size_t* zero_counts; |
}; |
struct WebRtcOpusDecInst { |