Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1154)

Unified Diff: media/cast/cast_config.h

Issue 228313002: Cast: Use 2 threads for encoding on capable systems (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698