| Index: media/cast/cast_config.h
|
| diff --git a/media/cast/cast_config.h b/media/cast/cast_config.h
|
| index 22f5a6432e1c955243ece0da880e3054d738e283..7172f6835cdbd514ce61d5e34682eed3eb903519 100644
|
| --- a/media/cast/cast_config.h
|
| +++ b/media/cast/cast_config.h
|
| @@ -30,7 +30,7 @@ enum RtcpMode {
|
| struct AudioSenderConfig {
|
| AudioSenderConfig();
|
|
|
| - uint32 sender_ssrc;
|
| + // The sender ssrc is in rtp_config.ssrc.
|
| uint32 incoming_feedback_ssrc;
|
|
|
| int rtcp_interval;
|
| @@ -49,7 +49,7 @@ struct AudioSenderConfig {
|
| struct VideoSenderConfig {
|
| VideoSenderConfig();
|
|
|
| - uint32 sender_ssrc;
|
| + // The sender ssrc is in rtp_config.ssrc.
|
| uint32 incoming_feedback_ssrc;
|
|
|
| int rtcp_interval;
|
|
|