Index: webrtc/modules/audio_coding/codecs/ilbc/filtered_cb_vecs.h |
diff --git a/webrtc/modules/audio_coding/codecs/ilbc/filtered_cb_vecs.h b/webrtc/modules/audio_coding/codecs/ilbc/filtered_cb_vecs.h |
index 99e89a08071754613c238fee51cc96e7fb6a7189..d23b25c1ac2182164700bb121d7119986060b7c2 100644 |
--- a/webrtc/modules/audio_coding/codecs/ilbc/filtered_cb_vecs.h |
+++ b/webrtc/modules/audio_coding/codecs/ilbc/filtered_cb_vecs.h |
@@ -31,8 +31,8 @@ void WebRtcIlbcfix_FilteredCbVecs( |
int16_t *cbvectors, /* (o) Codebook vector for the higher section */ |
int16_t *CBmem, /* (i) Codebook memory that is filtered to create a |
second CB section */ |
- int lMem, /* (i) Length of codebook memory */ |
- int16_t samples /* (i) Number of samples to filter */ |
+ size_t lMem, /* (i) Length of codebook memory */ |
+ size_t samples /* (i) Number of samples to filter */ |
); |
#endif |