Index: webrtc/modules/audio_coding/neteq/expand.h |
diff --git a/webrtc/modules/audio_coding/neteq/expand.h b/webrtc/modules/audio_coding/neteq/expand.h |
index 5679ec1cc621695fc56331c7ddc6b80c7e5cbd35..000064201212d8475989ddc619ea3f20328c46ac 100644 |
--- a/webrtc/modules/audio_coding/neteq/expand.h |
+++ b/webrtc/modules/audio_coding/neteq/expand.h |
@@ -66,7 +66,7 @@ class Expand { |
protected: |
static const int kMaxConsecutiveExpands = 200; |
- void GenerateRandomVector(int seed_increment, |
+ void GenerateRandomVector(int16_t seed_increment, |
size_t length, |
int16_t* random_vector); |