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

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

Issue 2105693003: Vp9 decoder mft support for AMD apu/gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment update to reflect addition to the vpx vendor enum Created 4 years, 5 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 c533161ea7e753258269a08255d52e999be321b8..53d1a16cdbf3130380117764ca33c2b8980709b3 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -1034,6 +1034,7 @@ const char kEnableWin32kLockDownMimeTypes[] =
"enable-win32k-lockdown-mimetypes";
// Enables experimental hardware acceleration for VP8/VP9 video decoding.
+// 1=Intel Decoder only; 2=AMD Decoder only; 4=Microsofts decoder only; 7=all
nasko 2016/07/13 23:07:10 The actual code has "VPX_VENDOR_ALL = 0xff", shoul
const char kEnableAcceleratedVpxDecode[] = "enable-accelerated-vpx-decode";
// Enables H264 HW decode acceleration for WebRtc on Win 7.

Powered by Google App Engine
This is Rietveld 408576698