Index: webrtc/modules/audio_coding/neteq/tools/neteq_replacement_input.cc |
diff --git a/webrtc/modules/audio_coding/neteq/tools/neteq_replacement_input.cc b/webrtc/modules/audio_coding/neteq/tools/neteq_replacement_input.cc |
index c9163a15d8b993b3ea24562df252fc97c8bd3349..dd1064962530974a9c9e7c76732b60da130979d8 100644 |
--- a/webrtc/modules/audio_coding/neteq/tools/neteq_replacement_input.cc |
+++ b/webrtc/modules/audio_coding/neteq/tools/neteq_replacement_input.cc |
@@ -70,7 +70,7 @@ void NetEqReplacementInput::ReplacePacket() { |
RTC_DCHECK(packet_); |
- RTC_CHECK_EQ(forbidden_types_.count(packet_->header.header.payloadType), 0u) |
+ RTC_CHECK_EQ(forbidden_types_.count(packet_->header.header.payloadType), 0) |
<< "Payload type " << static_cast<int>(packet_->header.header.payloadType) |
<< " is forbidden."; |