| Index: webrtc/modules/rtp_rtcp/include/flexfec_sender.h
|
| diff --git a/webrtc/modules/rtp_rtcp/include/flexfec_sender.h b/webrtc/modules/rtp_rtcp/include/flexfec_sender.h
|
| index fa4bd6e7eca1a08391aaa204ee68d699c77b2359..e69daf3ff06b8360b7d4216a689d9e230c0be6a8 100644
|
| --- a/webrtc/modules/rtp_rtcp/include/flexfec_sender.h
|
| +++ b/webrtc/modules/rtp_rtcp/include/flexfec_sender.h
|
| @@ -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:
|
|
|