aboutsummaryrefslogtreecommitdiff
path: root/call/rtp_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'call/rtp_config.h')
-rw-r--r--call/rtp_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/call/rtp_config.h b/call/rtp_config.h
index c3b5b4a255..0cc9466a9f 100644
--- a/call/rtp_config.h
+++ b/call/rtp_config.h
@@ -104,7 +104,7 @@ struct RtpConfig {
// changing codec without recreating the VideoSendStream. Then these
// fields must be removed, and association between payload type and codec
// must move above the per-stream level. Ownership could be with
- // RtpTransportControllerSend, with a reference from PayloadRouter, where
+ // RtpTransportControllerSend, with a reference from RtpVideoSender, where
// the latter would be responsible for mapping the codec type of encoded
// images to the right payload type.
std::string payload_name;