mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-04-05 12:04:54 +00:00
Reverted some errorneous fix
This commit is contained in:
@@ -210,7 +210,7 @@ static void add_coded_unit(struct pbuf_node *node, rtp_packet * pkt)
|
||||
free(pkt);
|
||||
free(tmp);
|
||||
} else {
|
||||
while (curr != NULL && ((uint16_t)(tmp->seqno - curr->seqno) < 0)){
|
||||
while (curr != NULL && ((int16_t)(tmp->seqno - curr->seqno) < 0)){
|
||||
prv = curr;
|
||||
curr = curr->nxt;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user