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:
danilchap
2017-03-16 08:04:08 -07:00
committed by Commit bot
parent 0937468cee
commit 74e8df8feb
4 changed files with 21 additions and 5 deletions

View File

@ -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