Skip to content

rtpjitterbuffer: Only unschedule timers for late packets if they're not RTX packets and only once

Timers for RTX packets are dealt with later in update_rtx_timers(), and timers for non-RTX packets would potentially also be unscheduled a second time from there so avoid that.

Also don't shadow the timer variable from the outer scope but instead make use of it directly.


Fixes a regression introduced by !2922 (merged)

Merge request reports