| Index: media/cast/cast_config.h
|
| diff --git a/media/cast/cast_config.h b/media/cast/cast_config.h
|
| index fd75fc4d6d3c1609c1d58eb62e82c397d7338596..3a27702dd5cb6362dc4f9375894b20178f4f2e81 100644
|
| --- a/media/cast/cast_config.h
|
| +++ b/media/cast/cast_config.h
|
| @@ -94,7 +94,7 @@ struct VideoSenderConfig {
|
| int start_bitrate;
|
| int max_qp;
|
| int min_qp;
|
| - int max_frame_rate;
|
| + int max_frame_rate; // TODO(miu): Should be double, not int.
|
| int max_number_of_video_buffers_used; // Max value depend on codec.
|
| Codec codec;
|
| int number_of_encode_threads;
|
|
|