From 44b0e13ba7675b91258cc54f58e142d7c747cc4e Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Sun, 16 May 2021 22:12:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=89=93=E5=8D=B0svc=20tid?= 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 b74ef0c8..ecc39c5d 100644 --- a/webrtc/RtpExt.cpp +++ b/webrtc/RtpExt.cpp @@ -305,7 +305,7 @@ string RtpExt::dumpString() const { break; } case RtpExtType::framemarking : { - printer << "framemarking tid:" << getFramemarkingTID(); + printer << "framemarking tid:" << (int)getFramemarkingTID(); break; } default: {