Fix rtcp_sender to support sdes with 31 chunk
Previosly it supported up to only 15 chunks which is a limit for csrcs in an rtp packet. BUG=None Review-Url: https://codereview.webrtc.org/2758533002 Cr-Commit-Position: refs/heads/master@{#17274}
This commit is contained in:
@ -20,6 +20,7 @@
|
||||
namespace webrtc {
|
||||
namespace rtcp {
|
||||
constexpr uint8_t Sdes::kPacketType;
|
||||
constexpr size_t Sdes::kMaxNumberOfChunks;
|
||||
// Source Description (SDES) (RFC 3550).
|
||||
//
|
||||
// 0 1 2 3
|
||||
|
||||
Reference in New Issue
Block a user