Index: webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.h |
diff --git a/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.h b/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.h |
index 5d8ccbcd7d70991f7272d76bbe3a664c49b93966..101ef6208110ef7aa0074c162885e44cdbe36cfc 100644 |
--- a/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.h |
+++ b/webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.h |
@@ -62,7 +62,7 @@ int32_t WebRtcIsacfix_UpdateUplinkBwImpl(BwEstimatorstr *bwest_str, |
const int16_t frameSize, |
const uint32_t send_ts, |
const uint32_t arr_ts, |
- const int16_t pksize, |
+ const size_t pksize, |
const uint16_t Index); |
/* Update receiving estimates. Used when we only receive BWE index, no iSAC data packet. */ |