删除多余空行
This commit is contained in:
parent
34365a2f8f
commit
d2a9878557
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -31,8 +31,6 @@ protected:
|
|||
|
||||
private:
|
||||
WebRtcEchoTest(const EventPoller::Ptr &poller);
|
||||
|
||||
};
|
||||
|
||||
|
||||
#endif //ZLMEDIAKIT_WEBRTCECHOTEST_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue