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

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: merged 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
« no previous file with comments | « chrome/renderer/media/cast_rtp_stream.cc ('k') | media/cast/cast_config.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « chrome/renderer/media/cast_rtp_stream.cc ('k') | media/cast/cast_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698