Index: webrtc/modules/audio_coding/codecs/ilbc/window32_w32.h |
diff --git a/webrtc/modules/audio_coding/codecs/ilbc/window32_w32.h b/webrtc/modules/audio_coding/codecs/ilbc/window32_w32.h |
index 4ee6fce54ff9861c0a6002e016bc3df5370afeda..27ed1b6a333a407df3bd32a925eff70e6511518a 100644 |
--- a/webrtc/modules/audio_coding/codecs/ilbc/window32_w32.h |
+++ b/webrtc/modules/audio_coding/codecs/ilbc/window32_w32.h |
@@ -29,7 +29,7 @@ void WebRtcIlbcfix_Window32W32( |
int32_t *z, /* Output */ |
int32_t *x, /* Input (same domain as Output)*/ |
const int32_t *y, /* Q31 Window */ |
- int16_t N /* length to process */ |
+ size_t N /* length to process */ |
); |
#endif |