Index: webrtc/modules/audio_coding/codecs/tools/audio_codec_speed_test.h |
diff --git a/webrtc/modules/audio_coding/codecs/tools/audio_codec_speed_test.h b/webrtc/modules/audio_coding/codecs/tools/audio_codec_speed_test.h |
index b5aef75e95f639d0f96afbf4295fa3af4bac74f0..f3139479adb3cf7b60d71e3f54c316d46e779619 100644 |
--- a/webrtc/modules/audio_coding/codecs/tools/audio_codec_speed_test.h |
+++ b/webrtc/modules/audio_coding/codecs/tools/audio_codec_speed_test.h |
@@ -74,7 +74,7 @@ class AudioCodecSpeedTest : public testing::TestWithParam<coding_param> { |
float decoding_time_ms_; |
FILE* out_file_; |
- int channels_; |
+ size_t channels_; |
// Bit rate is in bit-per-second. |
int bit_rate_; |