mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Refactor variable name
This commit is contained in:
parent
e3d010113f
commit
69e4a1b5e7
6 changed files with 32 additions and 42 deletions
|
@ -79,7 +79,7 @@ struct SrsSeqCompareLess {
|
|||
};
|
||||
|
||||
bool srs_seq_is_newer(uint16_t value, uint16_t pre_value);
|
||||
bool srs_seq_is_roolback(uint16_t value, uint16_t pre_value);
|
||||
bool srs_seq_is_rollback(uint16_t value, uint16_t pre_value);
|
||||
int32_t srs_seq_distance(uint16_t value, uint16_t pre_value);
|
||||
|
||||
class SrsRtpHeader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue