From 4f768cacf1bed32247eb395493d1cdbdc9b70db9 Mon Sep 17 00:00:00 2001
From: xiongziliang <771730766@qq.com>
Date: Sat, 14 May 2022 18:46:50 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=AF=91=E8=AD=A6?=
=?UTF-8?q?=E5=91=8A?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
webrtc/RtpExt.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webrtc/RtpExt.cpp b/webrtc/RtpExt.cpp
index 3178ac0c..b9568584 100644
--- a/webrtc/RtpExt.cpp
+++ b/webrtc/RtpExt.cpp
@@ -189,7 +189,7 @@ map RtpExt::getExtValue(const RtpHeader *header)
appendExt(ret, ptr, end);
return ret;
}
- if (reserved & 0xFFF0 == kTwoByteHeader) {
+ if ((reserved & 0xFFF0) == kTwoByteHeader) {
appendExt(ret, ptr, end);
return ret;
}