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

Unified Diff: content/renderer/media/media_stream_impl.cc

Issue 9701008: change default capture resolution to 640x480 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/media_stream_impl.cc
===================================================================
--- content/renderer/media/media_stream_impl.cc (revision 126489)
+++ content/renderer/media/media_stream_impl.cc (working copy)
@@ -29,8 +29,8 @@
namespace {
-const int kVideoCaptureWidth = 352;
-const int kVideoCaptureHeight = 288;
+const int kVideoCaptureWidth = 640;
+const int kVideoCaptureHeight = 480;
const int kVideoCaptureFramePerSecond = 30;
} // namespace
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698