From 64bd98c3c9f4a30cedbef1b0905086da1949bcfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BA=BA=E7=94=9F?= Date: Wed, 16 Nov 2022 12:51:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E4=BE=8B=E5=8C=96RTCRtpParametersImpl?= =?UTF-8?q?=E6=97=B6=E6=B2=A1=E6=9C=89=E5=88=9D=E5=A7=8B=E5=8C=96rtp=5Fpar?= =?UTF-8?q?ameters=5F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/rtc_rtp_parameters_impl.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rtc_rtp_parameters_impl.cc b/src/rtc_rtp_parameters_impl.cc index 2e0293dfd4..1d709ae48a 100644 --- a/src/rtc_rtp_parameters_impl.cc +++ b/src/rtc_rtp_parameters_impl.cc @@ -127,8 +127,8 @@ bool RTCRtpEncodingParametersImpl::operator!=( webrtc::RtpEncodingParameters RTCRtpEncodingParametersImpl::rtp_parameters() { return rtp_encoding_parameters_; } -RTCRtpParametersImpl::RTCRtpParametersImpl( - webrtc::RtpParameters rtp_parameters) {} +RTCRtpParametersImpl::RTCRtpParametersImpl(webrtc::RtpParameters rtp_parameters) + : rtp_parameters_(rtp_parameters) {} webrtc::RtpParameters RTCRtpParametersImpl::rtp_parameters() { return rtp_parameters_; }