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