Index: media/cast/cast_config.h |
diff --git a/media/cast/cast_config.h b/media/cast/cast_config.h |
index 88bbdbca380b29beb671e2f818fa20dc80853301..aed2ed22c3e1e76232a15d57d90ce10961c78a7d 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 { |