mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-27 04:35:34 +08:00
[fix] fix crash caused by RtpPacketReceived
This commit is contained in:
@@ -192,6 +192,9 @@ class RtpPacket {
|
||||
|
||||
virtual ~RtpPacket();
|
||||
|
||||
public:
|
||||
bool Build(const uint8_t *buffer, uint32_t size);
|
||||
|
||||
public:
|
||||
// Set Header
|
||||
void SetVerion(uint8_t version) { version_ = version; }
|
||||
|
||||
Reference in New Issue
Block a user