Index: webrtc/modules/audio_coding/codecs/ilbc/nearest_neighbor.h |
diff --git a/webrtc/modules/audio_coding/codecs/ilbc/nearest_neighbor.h b/webrtc/modules/audio_coding/codecs/ilbc/nearest_neighbor.h |
index 0c03470084a411c62c6d6d66ff6aef7ac493d0a6..4c7ed3e633d0a52bd19d8ec83fb34bef8e256977 100644 |
--- a/webrtc/modules/audio_coding/codecs/ilbc/nearest_neighbor.h |
+++ b/webrtc/modules/audio_coding/codecs/ilbc/nearest_neighbor.h |
@@ -31,7 +31,7 @@ void WebRtcIlbcfix_NearestNeighbor( |
int16_t *index, /* (o) index of array element closest to value */ |
int16_t *array, /* (i) data array (Q2) */ |
int16_t value, /* (i) value (Q2) */ |
- int16_t arlength /* (i) dimension of data array (==8) */ |
+ size_t arlength /* (i) dimension of data array (==8) */ |
); |
#endif |