summaryrefslogtreecommitdiff
path: root/service/src/com/android/telephony/imsmedia/lib
diff options
context:
space:
mode:
authorRakesh Raghava <rakeshraghava@google.com>2023-03-09 03:42:05 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-03-09 03:42:05 +0000
commit2258fe892e842c20c5f5dd0487167d583f257f69 (patch)
tree7b5e8181129b2e1bcfd6d3d80e276f55d03aacae /service/src/com/android/telephony/imsmedia/lib
parentc40350957073ae919a186adeb9856214e9c16557 (diff)
parent9742a738377ecc893286265294730c618ca3da4f (diff)
downloadImsMedia-2258fe892e842c20c5f5dd0487167d583f257f69.tar.gz
Merge "Rectify RTCP XR Loss RLE Report Block type handling Wrong value was set to RTCP XR Loss RLE Report Block type." into udc-dev
Diffstat (limited to 'service/src/com/android/telephony/imsmedia/lib')
-rw-r--r--service/src/com/android/telephony/imsmedia/lib/libimsmedia/config/include/RtcpConfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/src/com/android/telephony/imsmedia/lib/libimsmedia/config/include/RtcpConfig.h b/service/src/com/android/telephony/imsmedia/lib/libimsmedia/config/include/RtcpConfig.h
index c742d883..566497e3 100644
--- a/service/src/com/android/telephony/imsmedia/lib/libimsmedia/config/include/RtcpConfig.h
+++ b/service/src/com/android/telephony/imsmedia/lib/libimsmedia/config/include/RtcpConfig.h
@@ -50,7 +50,7 @@ public:
* RTCP XR type Loss RLE Report Block as specified in
* RFC 3611 section 4.1
*/
- FLAG_RTCPXR_LOSS_RLE_REPORT_BLOCK = 1 < 0,
+ FLAG_RTCPXR_LOSS_RLE_REPORT_BLOCK = 1 << 0,
/**
* RTCP XR type Duplicate RLE Report Block as specified in
* RFC 3611 section 4.2