Index: webrtc/modules/audio_processing/ns/nsx_core.c |
diff --git a/webrtc/modules/audio_processing/ns/nsx_core.c b/webrtc/modules/audio_processing/ns/nsx_core.c |
index c58fc39bacb2c5793498ebb97d2b87cf95f8eec6..acd8b702b043235219c31f8021977ede7823d542 100644 |
--- a/webrtc/modules/audio_processing/ns/nsx_core.c |
+++ b/webrtc/modules/audio_processing/ns/nsx_core.c |
@@ -1545,7 +1545,7 @@ void WebRtcNsx_ProcessCore(NoiseSuppressionFixedC* inst, |
#ifdef NS_FILEDEBUG |
if (fwrite(spframe, sizeof(short), |
inst->blockLen10ms, inst->infile) != inst->blockLen10ms) { |
- RTC_DCHECK(false); |
+ RTC_NOTREACHED(); |
} |
#endif |
@@ -2025,7 +2025,7 @@ void WebRtcNsx_ProcessCore(NoiseSuppressionFixedC* inst, |
#ifdef NS_FILEDEBUG |
if (fwrite(outframe, sizeof(short), |
inst->blockLen10ms, inst->outfile) != inst->blockLen10ms) { |
- RTC_DCHECK(false); |
+ RTC_NOTREACHED(); |
} |
#endif |