Index: webrtc/modules/audio_processing/voice_detection_impl.h |
diff --git a/webrtc/modules/audio_processing/voice_detection_impl.h b/webrtc/modules/audio_processing/voice_detection_impl.h |
index 32f031edf2522b17d22bfdde073bcbabca565e0a..b18808316e7bc09667820f8e5f61427417410a06 100644 |
--- a/webrtc/modules/audio_processing/voice_detection_impl.h |
+++ b/webrtc/modules/audio_processing/voice_detection_impl.h |
@@ -57,7 +57,7 @@ class VoiceDetectionImpl : public VoiceDetection, |
bool using_external_vad_; |
Likelihood likelihood_; |
int frame_size_ms_; |
- int frame_size_samples_; |
+ size_t frame_size_samples_; |
}; |
} // namespace webrtc |