1
0
Fork 0
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:
winlin 2020-04-16 18:04:56 +08:00
parent 3bd56bb3a3
commit 634225f92f
2 changed files with 39 additions and 8 deletions

View file

@ -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;