1
0
Fork 0
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:
忘篱 2020-05-15 15:36:55 +08:00
parent 99496ed24c
commit d1485c40e4
3 changed files with 9 additions and 9 deletions

View file

@ -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);
}
};