mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-27 04:35:34 +08:00
[fix] fix pacer module crash due to multi-thread
This commit is contained in:
@@ -52,7 +52,7 @@ struct RTPHeader {
|
||||
bool marker_ = false;
|
||||
uint8_t payload_type_ = 0;
|
||||
uint16_t sequence_number_ = 1;
|
||||
uint64_t timestamp_ = 0;
|
||||
uint32_t timestamp_ = 0;
|
||||
uint32_t ssrc_ = 0;
|
||||
uint32_t csrcs_[kMaxRtpCsrcSize];
|
||||
size_t padding_len;
|
||||
|
||||
Reference in New Issue
Block a user