| Index: media/cast/cast_config.h
|
| diff --git a/media/cast/cast_config.h b/media/cast/cast_config.h
|
| index 446b1e02e2c5a73c16f48522be829b8ee589d2a7..02f38f2c2cd2391987b30c2ce019a9c5b9a7fa72 100644
|
| --- a/media/cast/cast_config.h
|
| +++ b/media/cast/cast_config.h
|
| @@ -136,7 +136,7 @@ struct FrameReceiverConfig {
|
|
|
| // RTP timebase: The number of RTP units advanced per one second. For audio,
|
| // this is the sampling rate. For video, by convention, this is 90 kHz.
|
| - int frequency; // TODO(miu): Rename to rtp_timebase for clarity.
|
| + int rtp_timebase;
|
|
|
| // Number of channels. For audio, this is normally 2. For video, this must
|
| // be 1 as Cast does not have support for stereoscopic video.
|
|
|