From 8fba694473ade86df8742c212f7e1f85ea9a514f Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Sat, 11 Jun 2022 15:14:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E5=A4=9A=E4=BD=99=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=EF=BC=8C=E6=B6=88=E9=99=A4=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 --- src/Rtcp/RtcpFCI.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Rtcp/RtcpFCI.h b/src/Rtcp/RtcpFCI.h index 46ba005a..99b4aebf 100644 --- a/src/Rtcp/RtcpFCI.h +++ b/src/Rtcp/RtcpFCI.h @@ -58,6 +58,7 @@ private: uint32_t data; } PACKED; +#if 0 //PSFB fmt = 3 //https://tools.ietf.org/html/rfc4585#section-6.3.3.2 // 0 1 2 3 @@ -98,6 +99,7 @@ public: static size_t constexpr kSize = 8; } PACKED; +#endif //PSFB fmt = 4 //https://tools.ietf.org/html/rfc5104#section-4.3.1.1 @@ -126,6 +128,7 @@ private: uint8_t reserved[3]; } PACKED; +#if 0 //PSFB fmt = 5 //https://tools.ietf.org/html/rfc5104#section-4.3.2.1 // 0 1 2 3 @@ -183,6 +186,8 @@ private: uint8_t data[kSize]; } PACKED; +#endif + //PSFB fmt = 15 //https://tools.ietf.org/html/draft-alvestrand-rmcat-remb-03 // 0 1 2 3 @@ -263,6 +268,7 @@ private: uint16_t blp; } PACKED; +#if 0 //RTPFB fmt = 3 //https://tools.ietf.org/html/rfc5104#section-4.2.1.1 // 0 1 2 3 @@ -310,6 +316,7 @@ class FCI_TMMBN : public FCI_TMMBR{ public: } PACKED; +#endif enum class SymbolStatus : uint8_t{ //Packet not received