1
0
Fork 0
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:
winlin 2020-05-19 18:06:12 +08:00
parent e3d010113f
commit 69e4a1b5e7
6 changed files with 32 additions and 42 deletions

View file

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