| Index: media/cast/cast_config.h
|
| diff --git a/media/cast/cast_config.h b/media/cast/cast_config.h
|
| index 98dca472b952138ece5a12d0bf59c4d4f7587a5a..22f5a6432e1c955243ece0da880e3054d738e283 100644
|
| --- a/media/cast/cast_config.h
|
| +++ b/media/cast/cast_config.h
|
| @@ -71,7 +71,7 @@ struct VideoSenderConfig {
|
| int max_frame_rate;
|
| int max_number_of_video_buffers_used; // Max value depend on codec.
|
| transport::VideoCodec codec;
|
| - int number_of_cores;
|
| + int number_of_encode_threads;
|
| };
|
|
|
| struct AudioReceiverConfig {
|
|
|