diff --git a/video/rtp_video_stream_receiver.cc b/video/rtp_video_stream_receiver.cc index c62c0296d7..a8647c8e8e 100644 --- a/video/rtp_video_stream_receiver.cc +++ b/video/rtp_video_stream_receiver.cc @@ -120,7 +120,7 @@ void RtpVideoStreamReceiver::RtcpFeedbackBuffer::SendLossNotification( bool buffering_allowed) { RTC_DCHECK(buffering_allowed); rtc::CritScope lock(&cs_); - RTC_DCHECK(lntf_state_) + RTC_DCHECK(!lntf_state_) << "SendLossNotification() called twice in a row with no call to " "SendBufferedRtcpFeedback() in between."; lntf_state_ = absl::make_optional(