Index: webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc |
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc b/webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc |
index eb33bccd02c28d0ec2045ac28fa559ea1f121f98..5aa7e27d2391e75ede72cba6c74bf318937121bc 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc |
+++ b/webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc |
@@ -574,7 +574,7 @@ |
} |
case H264::NaluType::kIdr: |
parsed_payload->frame_type = kVideoFrameKey; |
- RTC_FALLTHROUGH(); |
+ FALLTHROUGH(); |
case H264::NaluType::kSlice: { |
rtc::Optional<uint32_t> pps_id = PpsParser::ParsePpsIdFromSlice( |
&payload_data[start_offset], end_offset - start_offset); |