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

Unified Diff: media/base/media_switches.cc

Issue 2714153004: Enable MediaFoundationH264Encoding by default (Closed)
Patch Set: Created 3 years, 10 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: media/base/media_switches.cc
diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
index b94cfcf8ffb733f343d21fb5a2e5d399b67b695b..bb3a0d61f214cb3ceff926397c3e31b87a057d3b 100644
--- a/media/base/media_switches.cc
+++ b/media/base/media_switches.cc
@@ -144,7 +144,7 @@ const base::Feature kD3D11VideoDecoding{"D3D11VideoDecoding",
// Enables H264 HW encode acceleration using Media Foundation for Windows.
const base::Feature kMediaFoundationH264Encoding{
- "MediaFoundationH264Encoding", base::FEATURE_DISABLED_BY_DEFAULT};
+ "MediaFoundationH264Encoding", base::FEATURE_ENABLED_BY_DEFAULT};
#endif // defined(OS_WIN)
// Use new audio rendering mixer.
« 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