Index: webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.h |
diff --git a/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.h b/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.h |
index e4489df3310afdcae4038df938ee2075a8d95474..2c8c923cd33d5191726eee47d13329093ef58d6c 100644 |
--- a/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.h |
+++ b/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.h |
@@ -92,7 +92,7 @@ int WebRtcIsacfix_DecodePitchLag(Bitstr_dec *streamdata, |
int16_t *PitchLagQ7); |
int WebRtcIsacfix_DecodeFrameLen(Bitstr_dec *streamdata, |
- int16_t *framelength); |
+ size_t *framelength); |
int WebRtcIsacfix_EncodeFrameLen(int16_t framelength, |