mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refactor variable name
This commit is contained in:
parent
c6fb5e6fdd
commit
8121f9ab4e
2 changed files with 6 additions and 6 deletions
|
@ -128,8 +128,8 @@ private:
|
|||
uint16_t audio_payload_type;
|
||||
private:
|
||||
// TODO: FIXME: How to handle timestamp overflow?
|
||||
uint32_t timestamp;
|
||||
uint16_t sequence;
|
||||
uint32_t audio_timestamp;
|
||||
uint16_t audio_sequence;
|
||||
public:
|
||||
SrsUdpMuxSocket* sendonly_ukt;
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue