Index: webrtc/modules/audio_coding/codecs/ilbc/create_augmented_vec.h |
diff --git a/webrtc/modules/audio_coding/codecs/ilbc/create_augmented_vec.h b/webrtc/modules/audio_coding/codecs/ilbc/create_augmented_vec.h |
index e3c3c7b4bc7224a4f42394b1dbccf16b5bb79ae9..430dfe9b9dacddd054df5c0fbc2a8fe24760bb2b 100644 |
--- a/webrtc/modules/audio_coding/codecs/ilbc/create_augmented_vec.h |
+++ b/webrtc/modules/audio_coding/codecs/ilbc/create_augmented_vec.h |
@@ -27,7 +27,7 @@ |
*----------------------------------------------------------------*/ |
void WebRtcIlbcfix_CreateAugmentedVec( |
- int16_t index, /* (i) Index for the augmented vector to be created */ |
+ size_t index, /* (i) Index for the augmented vector to be created */ |
int16_t *buffer, /* (i) Pointer to the end of the codebook memory that |
is used for creation of the augmented codebook */ |
int16_t *cbVec /* (o) The construced codebook vector */ |