Skip to content

Commit

Permalink
Merge pull request #652 from jitsi/fix/random-rtp-stream-corruption
Browse files Browse the repository at this point in the history
fix: Prevents random RTP stream corruption.
  • Loading branch information
gpolitis authored Apr 23, 2018
2 parents c6c3371 + dd325bd commit 6043598
Show file tree
Hide file tree
Showing 2 changed files with 265 additions and 134 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1292,6 +1292,7 @@ public RawPacket[] transform(RawPacket[] pkts)

if (ArrayUtils.isNullOrEmpty(ret))
{
pkts[i] = null;
continue;
}

Expand Down
Loading

0 comments on commit 6043598

Please sign in to comment.