diff --git a/call/rtp_video_sender.h b/call/rtp_video_sender.h index 5c56753312..02feff27d9 100644 --- a/call/rtp_video_sender.h +++ b/call/rtp_video_sender.h @@ -113,7 +113,7 @@ class RtpVideoSender : public RtpVideoSenderInterface { std::map suspended_ssrcs_; std::unique_ptr flexfec_sender_; - // Rtp modules are assumed to be sorted in simulcast index order. Not owned. + // Rtp modules are assumed to be sorted in simulcast index order. const std::vector> rtp_modules_; const RtpConfig rtp_config_; RtpTransportControllerSendInterface* const transport_;