Index: webrtc/audio/audio_receive_stream_unittest.cc |
diff --git a/webrtc/audio/audio_receive_stream_unittest.cc b/webrtc/audio/audio_receive_stream_unittest.cc |
index bfd8dcaa33f92435da627009382d42f80200289a..01e8a2b76fb425e45c4646d1993b78e3395f0731 100644 |
--- a/webrtc/audio/audio_receive_stream_unittest.cc |
+++ b/webrtc/audio/audio_receive_stream_unittest.cc |
@@ -49,7 +49,7 @@ const unsigned int kSpeechOutputLevel = 99; |
const CallStatistics kCallStats = { |
345, 678, 901, 234, -12, 3456, 7890, 567, 890, 123}; |
const CodecInst kCodecInst = { |
- 123, "codec_name_recv", 96000, -187, -198, -103}; |
+ 123, "codec_name_recv", 96000, -187, 0, -103}; |
const NetworkStatistics kNetworkStats = { |
123, 456, false, 0, 0, 789, 12, 345, 678, 901, -1, -1, -1, -1, -1, 0}; |
const AudioDecodingCallStats kAudioDecodeStats = MakeAudioDecodeStatsForTest(); |