mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-05-22 14:45:54 +08:00
format code and remove some useless code
This commit is contained in:
@@ -66,7 +66,7 @@ uint32_t PacketSendQueue::timeLantency() {
|
||||
} else {
|
||||
dur = first - last;
|
||||
}
|
||||
if (dur > (0x01 << 31)) {
|
||||
if (dur > ((uint32_t)0x01 << 31)) {
|
||||
TraceL << "cycle timeLantency " << dur;
|
||||
dur = 0xffffffff - dur;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user