Move rtcp packet classes from rtp_rtcp to rtp_rtcp_format target
Bug: None Change-Id: I353228fd5b75bd4fceeaee1bb6fd07b01dac56a1 Reviewed-on: https://webrtc-review.googlesource.com/1480 Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Elad Alon <eladalon@webrtc.org> Cr-Commit-Position: refs/heads/master@{#19867}
This commit is contained in:
committed by
Commit Bot
parent
58b0316f3d
commit
6c170578e6
@ -86,7 +86,7 @@ class RtcpPacket {
|
||||
static constexpr size_t kHeaderLength = 4;
|
||||
RtcpPacket() {}
|
||||
|
||||
static void CreateHeader(uint8_t count_or_format,
|
||||
static void CreateHeader(size_t count_or_format,
|
||||
uint8_t packet_type,
|
||||
size_t block_length, // Payload size in 32bit words.
|
||||
uint8_t* buffer,
|
||||
|
||||
Reference in New Issue
Block a user