1
0
Fork 0
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:
winlin 2020-04-11 18:39:46 +08:00
parent c6fb5e6fdd
commit 8121f9ab4e
2 changed files with 6 additions and 6 deletions

View file

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