Index: webrtc/modules/audio_processing/common.h |
diff --git a/webrtc/modules/audio_processing/common.h b/webrtc/modules/audio_processing/common.h |
index ed8a0544c3f26e36bd504b00c74aa37612962063..cf0d8b772f2d3690df254798df7e054deff62a6a 100644 |
--- a/webrtc/modules/audio_processing/common.h |
+++ b/webrtc/modules/audio_processing/common.h |
@@ -27,7 +27,7 @@ static inline int ChannelsFromLayout(AudioProcessing::ChannelLayout layout) { |
return 2; |
} |
assert(false); |
- return -1; |
+ return 0; |
} |
} // namespace webrtc |