Removes verbose extension warning in Scenario tests.
Bug: webrtc:9510 Change-Id: I017119a899c68d27fe4b4376afb4070ff89b4f43 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/125540 Commit-Queue: Sebastian Jansson <srte@webrtc.org> Reviewed-by: Åsa Persson <asapersson@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26991}
This commit is contained in:
committed by
Commit Bot
parent
110c64bcd6
commit
1e42761b39
@ -24,6 +24,7 @@ class RtpHeaderParser {
|
||||
|
||||
// Returns true if the packet is an RTCP packet, false otherwise.
|
||||
static bool IsRtcp(const uint8_t* packet, size_t length);
|
||||
static absl::optional<uint32_t> GetSsrc(const uint8_t* packet, size_t length);
|
||||
|
||||
// Parses the packet and stores the parsed packet in |header|. Returns true on
|
||||
// success, false otherwise.
|
||||
|
||||
Reference in New Issue
Block a user