mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-05 02:38:10 +08:00
修复编译警告
This commit is contained in:
@@ -62,7 +62,7 @@ public:
|
||||
*/
|
||||
void sortPacket(SEQ seq, T packet) {
|
||||
if (seq < _next_seq_out) {
|
||||
if (_next_seq_out - seq < kMax) {
|
||||
if (_next_seq_out < seq + kMax) {
|
||||
//过滤seq回退包(回环包除外)
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user