| 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 5aa7e27d2391e75ede72cba6c74bf318937121bc..eb33bccd02c28d0ec2045ac28fa559ea1f121f98 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 @@ bool RtpDepacketizerH264::ProcessStapAOrSingleNalu(
|
| }
|
| case H264::NaluType::kIdr:
|
| parsed_payload->frame_type = kVideoFrameKey;
|
| - FALLTHROUGH();
|
| + RTC_FALLTHROUGH();
|
| case H264::NaluType::kSlice: {
|
| rtc::Optional<uint32_t> pps_id = PpsParser::ParsePpsIdFromSlice(
|
| &payload_data[start_offset], end_offset - start_offset);
|
|
|