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

Unified Diff: content/public/common/content_switches.cc

Issue 1636083003: H264 HW encode using VideoToolbox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: jfroy@ comments. Created 4 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
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 22afe190c277d16dba2c5976048355ef94c2b30f..88d3cb291a8f1d91c47a4f326bea175c4e96b501 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -988,6 +988,10 @@ const char kEnableSpeechDispatcher[] = "enable-speech-dispatcher";
// accelerated compositing is disabled. See http://crbug.com/122430.
const char kDisableCoreAnimationPlugins[] =
"disable-core-animation-plugins";
+
+// Disables VideoToolbox API accelerated video encode.
+const char kDisableVTAcceleratedVideoEncode[] =
+ "disable-vt-accelerated-video-encode";
#endif
#if defined(OS_WIN)

Powered by Google App Engine
This is Rietveld 408576698