Replace const -> constexpr for rtcp Packet Type
for consistency with other rtcp packet classes. BUG=webrtc:5260 Review-Url: https://codereview.webrtc.org/2361853002 Cr-Commit-Position: refs/heads/master@{#14648}
This commit is contained in:
@ -28,7 +28,7 @@ class Sdes : public RtcpPacket {
|
||||
uint32_t ssrc;
|
||||
std::string cname;
|
||||
};
|
||||
static const uint8_t kPacketType = 202;
|
||||
static constexpr uint8_t kPacketType = 202;
|
||||
|
||||
Sdes();
|
||||
~Sdes() override;
|
||||
|
||||
Reference in New Issue
Block a user