| Index: webrtc/modules/audio_coding/codecs/opus/opus_fec_test.cc
|
| diff --git a/webrtc/modules/audio_coding/codecs/opus/opus_fec_test.cc b/webrtc/modules/audio_coding/codecs/opus/opus_fec_test.cc
|
| index a30b1cb9036bc6a314a1c95ceff5734db98bd6d9..aaaced16d549c9a968b510bb238229fe86eee4d6 100644
|
| --- a/webrtc/modules/audio_coding/codecs/opus/opus_fec_test.cc
|
| +++ b/webrtc/modules/audio_coding/codecs/opus/opus_fec_test.cc
|
| @@ -196,7 +196,7 @@ TEST_P(OpusFecTest, RandomPacketLossTest) {
|
| EncodeABlock();
|
|
|
| // Check if payload has FEC.
|
| - int16_t fec = WebRtcOpus_PacketHasFec(&bit_stream_[0], encoded_bytes_);
|
| + int fec = WebRtcOpus_PacketHasFec(&bit_stream_[0], encoded_bytes_);
|
|
|
| // If FEC is disabled or the target packet loss rate is set to 0, there
|
| // should be no FEC in the bit stream.
|
|
|