From d2a9878557210fb68e1a9827a1bf015497340156 Mon Sep 17 00:00:00 2001 From: ziyue <1213642868@qq.com> Date: Sat, 16 Oct 2021 11:04:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E7=A9=BA?= =?UTF-8?q?=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webrtc/WebRtcEchoTest.cpp | 2 -- webrtc/WebRtcEchoTest.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/webrtc/WebRtcEchoTest.cpp b/webrtc/WebRtcEchoTest.cpp index 9293d369..cb03c195 100644 --- a/webrtc/WebRtcEchoTest.cpp +++ b/webrtc/WebRtcEchoTest.cpp @@ -10,7 +10,6 @@ #include "WebRtcEchoTest.h" - WebRtcEchoTest::Ptr WebRtcEchoTest::create(const EventPoller::Ptr &poller) { WebRtcEchoTest::Ptr ret(new WebRtcEchoTest(poller), [](WebRtcEchoTest *ptr) { ptr->onDestory(); @@ -35,4 +34,3 @@ void WebRtcEchoTest::onRtp(const char *buf, size_t len, uint64_t stamp_ms) { void WebRtcEchoTest::onRtcp(const char *buf, size_t len) { sendRtcpPacket(buf, len, true, nullptr); } - diff --git a/webrtc/WebRtcEchoTest.h b/webrtc/WebRtcEchoTest.h index 06ca2dee..b212ac41 100644 --- a/webrtc/WebRtcEchoTest.h +++ b/webrtc/WebRtcEchoTest.h @@ -31,8 +31,6 @@ protected: private: WebRtcEchoTest(const EventPoller::Ptr &poller); - }; - #endif //ZLMEDIAKIT_WEBRTCECHOTEST_H