mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-03-24 06:50:53 +08:00
完善代码
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user