Index: webrtc/modules/audio_coding/codecs/ilbc/swap_bytes.h |
diff --git a/webrtc/modules/audio_coding/codecs/ilbc/swap_bytes.h b/webrtc/modules/audio_coding/codecs/ilbc/swap_bytes.h |
index a909b2cda4d6a25730908aea7b62aec4e92153b3..a4484d621e0e33d0d5e06a2f1576a8c03884d981 100644 |
--- a/webrtc/modules/audio_coding/codecs/ilbc/swap_bytes.h |
+++ b/webrtc/modules/audio_coding/codecs/ilbc/swap_bytes.h |
@@ -27,7 +27,7 @@ |
void WebRtcIlbcfix_SwapBytes( |
const uint16_t* input, /* (i) the sequence to swap */ |
- int16_t wordLength, /* (i) number or uint16_t to swap */ |
+ size_t wordLength, /* (i) number or uint16_t to swap */ |
uint16_t* output /* (o) the swapped sequence */ |
); |