Minor FlexFEC fixes.

BUG=webrtc:5654

Review-Url: https://codereview.webrtc.org/2720693007
Cr-Commit-Position: refs/heads/master@{#17292}
This commit is contained in:
brandtr
2017-03-17 07:02:46 -07:00
committed by Commit bot
parent a2bb667a9b
commit 3b941bef7a
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ namespace webrtc {
class RtpPacketToSend;
// Note that this class is not thread safe, and thus requires external
// synchronization.
// synchronization. Currently, this is done using the lock in PayloadRouter.
class FlexfecSender {
public: