mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Rename APIs
This commit is contained in:
parent
99496ed24c
commit
d1485c40e4
3 changed files with 9 additions and 9 deletions
|
@ -62,7 +62,7 @@ struct SrsRtcpHeader
|
|||
|
||||
struct SrsSeqCompareLess {
|
||||
bool operator()(const uint16_t &lhs, const uint16_t &rhs) const {
|
||||
return SnCompare(rhs, lhs);
|
||||
return SrsSeqIsNewer(rhs, lhs);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue