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

Unified Diff: media/cast/test/sender.cc

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/test/sender.cc
diff --git a/media/cast/test/sender.cc b/media/cast/test/sender.cc
index 1accf4b728a4c1b6093971c6091fb02a3f3ebafe..fa2120e138f37289357bfdbdc22809a2f7407893 100644
--- a/media/cast/test/sender.cc
+++ b/media/cast/test/sender.cc
@@ -216,7 +216,6 @@ VideoSenderConfig GetVideoSenderConfig() {
video_config.max_frame_rate = 30;
video_config.codec = transport::kVp8;
video_config.max_number_of_video_buffers_used = 1;
- video_config.number_of_cores = 1;
return video_config;
}

Powered by Google App Engine
This is Rietveld 408576698