From 0d8a3ef790c18d71ef7414d198ef43d0601aaf46 Mon Sep 17 00:00:00 2001 From: xia-chu <771730766@qq.com> Date: Sat, 8 May 2021 11:40:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webrtc/WebRtcTransport.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webrtc/WebRtcTransport.cpp b/webrtc/WebRtcTransport.cpp index 325debf4..8e74c0de 100644 --- a/webrtc/WebRtcTransport.cpp +++ b/webrtc/WebRtcTransport.cpp @@ -650,8 +650,8 @@ void WebRtcTransportImp::onSortedRtp(const RtpPayloadInfo &info, RtpPacket::Ptr } } -void setExtType(RtpExt &ext, uint8_t tp) {} -void setExtType(RtpExt &ext, RtpExtType tp) { +static void setExtType(RtpExt &ext, uint8_t tp) {} +static void setExtType(RtpExt &ext, RtpExtType tp) { ext.setType(tp); }