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 430dfe9b9dacddd054df5c0fbc2a8fe24760bb2b..f2582cd53277c5478985afd294615d8317f7d19a 100644 |
--- a/webrtc/modules/audio_coding/codecs/ilbc/create_augmented_vec.h |
+++ b/webrtc/modules/audio_coding/codecs/ilbc/create_augmented_vec.h |
@@ -27,10 +27,11 @@ |
*----------------------------------------------------------------*/ |
void WebRtcIlbcfix_CreateAugmentedVec( |
- 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 */ |
- ); |
+ size_t index, /* (i) Index for the augmented vector to be |
+ created */ |
+ const 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 */ |
#endif |