Index: webrtc/modules/audio_coding/neteq/post_decode_vad.h |
diff --git a/webrtc/modules/audio_coding/neteq/post_decode_vad.h b/webrtc/modules/audio_coding/neteq/post_decode_vad.h |
index fa276aa41bed9923f8a62093f6dd5f08e7c0ee4c..2886cf9138980dd8394bb325a94496481fc75002 100644 |
--- a/webrtc/modules/audio_coding/neteq/post_decode_vad.h |
+++ b/webrtc/modules/audio_coding/neteq/post_decode_vad.h |
@@ -46,7 +46,7 @@ class PostDecodeVad { |
// Updates post-decode VAD with the audio data in |signal| having |length| |
// samples. The data is of type |speech_type|, at the sample rate |fs_hz|. |
- void Update(int16_t* signal, int length, |
+ void Update(int16_t* signal, size_t length, |
AudioDecoder::SpeechType speech_type, bool sid_frame, int fs_hz); |
// Accessors. |