Index: webrtc/modules/audio_coding/neteq/accelerate.h |
diff --git a/webrtc/modules/audio_coding/neteq/accelerate.h b/webrtc/modules/audio_coding/neteq/accelerate.h |
index 684f74bb8c3ac949ff1c8b1b97d476fad264eb37..1238b774df5585e566b5622d53c883fc525760fc 100644 |
--- a/webrtc/modules/audio_coding/neteq/accelerate.h |
+++ b/webrtc/modules/audio_coding/neteq/accelerate.h |
@@ -45,14 +45,14 @@ class Accelerate : public TimeStretch { |
size_t input_length, |
bool fast_accelerate, |
AudioMultiVector* output, |
- int16_t* length_change_samples); |
+ size_t* length_change_samples); |
protected: |
// Sets the parameters |best_correlation| and |peak_index| to suitable |
// values when the signal contains no active speech. |
void SetParametersForPassiveSpeech(size_t len, |
int16_t* best_correlation, |
- int* peak_index) const override; |
+ size_t* peak_index) const override; |
// Checks the criteria for performing the time-stretching operation and, |
// if possible, performs the time-stretching. |