Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 7253b9f

Browse files
committed
Handle RTP extension PictureId. (#77)
1 parent 546fde2 commit 7253b9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/rtp_rtcp/source/rtp_packet.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ void RtpPacket::ZeroMutableExtensions() {
198198
case RTPExtensionType::kRtpExtensionVideoContentType:
199199
case RTPExtensionType::kRtpExtensionVideoLayersAllocation:
200200
case RTPExtensionType::kRtpExtensionVideoRotation:
201+
case RTPExtensionType::kRtpExtensionPictureId:
201202
case RTPExtensionType::kRtpExtensionInbandComfortNoise:
202203
case RTPExtensionType::kRtpExtensionVideoFrameTrackingId: {
203204
// Non-mutable extension. Don't change it.

0 commit comments

Comments
 (0)