mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 10:40:05 +08:00
完善代码
This commit is contained in:
parent
f625b3fbf3
commit
0d8a3ef790
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user