Index: webrtc/modules/audio_coding/neteq/background_noise.h |
diff --git a/webrtc/modules/audio_coding/neteq/background_noise.h b/webrtc/modules/audio_coding/neteq/background_noise.h |
index fd4e6a565a98c85f09e89f26474d9a22177a693a..baf1818dae4efc8252e9a5bb1099f74d7ce9e58b 100644 |
--- a/webrtc/modules/audio_coding/neteq/background_noise.h |
+++ b/webrtc/modules/audio_coding/neteq/background_noise.h |
@@ -79,7 +79,7 @@ class BackgroundNoise { |
static const int kVecLen = 256; |
static const int kLogVecLen = 8; // log2(kVecLen). |
static const int kResidualLength = 64; |
- static const int kLogResidualLength = 6; // log2(kResidualLength) |
+ static const int16_t kLogResidualLength = 6; // log2(kResidualLength) |
struct ChannelParameters { |
// Constructor. |