mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Improve perforance of marshaling RTP header
This commit is contained in:
parent
3bd56bb3a3
commit
634225f92f
2 changed files with 39 additions and 8 deletions
|
@ -50,7 +50,7 @@ private:
|
|||
bool marker;
|
||||
uint8_t payload_type;
|
||||
uint16_t sequence;
|
||||
int64_t timestamp;
|
||||
int32_t timestamp;
|
||||
uint32_t ssrc;
|
||||
uint32_t csrc[15];
|
||||
uint16_t extension_length;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue