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

Unified Diff: media/cast/cast_config.cc

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 | « media/cast/cast_config.h ('k') | media/cast/test/encode_decode_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/cast_config.cc
diff --git a/media/cast/cast_config.cc b/media/cast/cast_config.cc
index d392ca7c73a1c20a18ccff4cfb5c79db26111023..14e3795248716a652e179dd483d35182addf0bb2 100644
--- a/media/cast/cast_config.cc
+++ b/media/cast/cast_config.cc
@@ -38,7 +38,7 @@ VideoSenderConfig::VideoSenderConfig()
max_frame_rate(kDefaultMaxFrameRate),
max_number_of_video_buffers_used(kDefaultNumberOfVideoBuffers),
codec(transport::kVp8),
- number_of_cores(0) {}
+ number_of_encode_threads(1) {}
AudioSenderConfig::AudioSenderConfig()
: sender_ssrc(0),
« no previous file with comments | « media/cast/cast_config.h ('k') | media/cast/test/encode_decode_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698