| Index: webrtc/modules/audio_coding/test/TestVADDTX.cc
|
| diff --git a/webrtc/modules/audio_coding/test/TestVADDTX.cc b/webrtc/modules/audio_coding/test/TestVADDTX.cc
|
| index a7d2c2134b59edeac0a725780f812e7268305439..229dc2d4745291d84349024081c87cea727d82a0 100644
|
| --- a/webrtc/modules/audio_coding/test/TestVADDTX.cc
|
| +++ b/webrtc/modules/audio_coding/test/TestVADDTX.cc
|
| @@ -234,10 +234,10 @@ void TestWebRtcVadDtx::SetVAD(bool enable_dtx, bool enable_vad,
|
| // Following is the implementation of TestOpusDtx.
|
| void TestOpusDtx::Perform() {
|
| #ifdef WEBRTC_CODEC_ISAC
|
| - // If we set other codec than Opus, DTX cannot be toggled.
|
| + // If we set other codec than Opus, DTX cannot be switched on.
|
| RegisterCodec(kIsacWb);
|
| EXPECT_EQ(-1, acm_send_->EnableOpusDtx());
|
| - EXPECT_EQ(-1, acm_send_->DisableOpusDtx());
|
| + EXPECT_EQ(0, acm_send_->DisableOpusDtx());
|
| #endif
|
|
|
| #ifdef WEBRTC_CODEC_OPUS
|
|
|