aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_processing/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc/modules/audio_processing/common.h')
-rw-r--r--webrtc/modules/audio_processing/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webrtc/modules/audio_processing/common.h b/webrtc/modules/audio_processing/common.h
index ed8a0544c3..cf0d8b772f 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