aboutsummaryrefslogtreecommitdiff
path: root/cast/streaming/rtcp_common.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cast/streaming/rtcp_common.cc')
-rw-r--r--cast/streaming/rtcp_common.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/cast/streaming/rtcp_common.cc b/cast/streaming/rtcp_common.cc
index ce1e42d9..03562c42 100644
--- a/cast/streaming/rtcp_common.cc
+++ b/cast/streaming/rtcp_common.cc
@@ -43,14 +43,12 @@ void RtcpCommonHeader::AppendFields(absl::Span<uint8_t>* buffer) const {
break;
default:
OSP_NOTREACHED();
- break;
}
break;
case RtcpPacketType::kExtendedReports:
break;
case RtcpPacketType::kNull:
OSP_NOTREACHED();
- break;
}
AppendField<uint8_t>(byte0, buffer);