| Index: media/base/media_switches.cc
|
| diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
|
| index 55d1ec765d377b4a48b2836425927df39cf60ed1..7cde16f08268098dbbd94c03c40bc51433e713f8 100644
|
| --- a/media/base/media_switches.cc
|
| +++ b/media/base/media_switches.cc
|
| @@ -130,6 +130,11 @@ const char kMSEVideoBufferSizeLimit[] = "mse-video-buffer-size-limit";
|
| namespace media {
|
|
|
| #if defined(OS_WIN)
|
| +// Enables video decode acceleration using the D3D11 video decoder api.
|
| +// This is completely insecure - DO NOT USE except for testing.
|
| +const base::Feature kD3D11VideoDecoding{"D3D11VideoDecoding",
|
| + base::FEATURE_DISABLED_BY_DEFAULT};
|
| +
|
| // Enables H264 HW encode acceleration using Media Foundation for Windows.
|
| const base::Feature kMediaFoundationH264Encoding{
|
| "MediaFoundationH264Encoding", base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|