mirror of https://github.com/FFmpeg/FFmpeg.git
Without this, we'd signal a huge loss rate (due to unsigned wraparound) if we had received one packet more than expected (that is, one seq number sent twice). The code has a check for lost_interval <= 0, but that doesn't do what was intended as long as the variable is unsigned. Signed-off-by: Martin Storsjö <martin@martin.st>pull/8/head
parent
d0fe217e39
commit
30b50f79ae
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue