Skip to content

Commit

Permalink
Revert the accidental exposure of getNextRtxSequenceNumber.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrozev committed Aug 17, 2016
1 parent e6f1ca1 commit 46f5fa0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public PacketTransformer getRTCPTransformer()
* @return the sequence number which should be used for the next RTX
* packet sent using SSRC <tt>ssrc</tt>.
*/
public int getNextRtxSequenceNumber(long ssrc)
private int getNextRtxSequenceNumber(long ssrc)
{
Integer seq;
synchronized (rtxSequenceNumbers)
Expand Down

0 comments on commit 46f5fa0

Please sign in to comment.