Skip to content

Commit

Permalink
Remove rid and rrid from list of extensions that can be used for audio
Browse files Browse the repository at this point in the history
BUG=webrtc:13279

Change-Id: I5d28d15bdb2b0d82b27c35069ca379631c7494cf
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/291900
Reviewed-by: Harald Alvestrand <[email protected]>
Reviewed-by: Danil Chapovalov <[email protected]>
Commit-Queue: Philipp Hancke <[email protected]>
Cr-Commit-Position: refs/heads/main@{#39257}
  • Loading branch information
fippo authored and WebRTC LUCI CQ committed Feb 3, 2023
1 parent c6ff4bc commit 5e7301f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/rtp_rtcp/source/rtp_sender.cc
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ constexpr RtpExtensionSize kAudioExtensionSizes[] = {
CreateExtensionSize<InbandComfortNoiseExtension>(),
CreateExtensionSize<TransmissionOffset>(),
CreateExtensionSize<TransportSequenceNumber>(),
CreateMaxExtensionSize<RtpStreamId>(),
CreateMaxExtensionSize<RepairedRtpStreamId>(),
CreateMaxExtensionSize<RtpMid>(),
};

Expand Down

0 comments on commit 5e7301f

Please sign in to comment.