Index: media/base/media_switches.cc |
diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc |
index 5f710396399b52397dff9697304d930dc61933cf..c5fe017b32e15e318a065d8dd15a5ce4d400fcad 100644 |
--- a/media/base/media_switches.cc |
+++ b/media/base/media_switches.cc |
@@ -54,9 +54,6 @@ |
// See http://msdn.microsoft.com/en-us/library/windows/desktop/dd370844.aspx |
// for details. |
const char kEnableExclusiveAudio[] = "enable-exclusive-audio"; |
- |
-// Enables H264 HW encode acceleration using Media Foundation for Windows. |
-const char kEnableMFH264Encoding[] = "enable-mf-h264-encoding"; |
// Force the use of MediaFoundation for video capture. This is only supported in |
// Windows 7 and above. Used, like |kForceDirectShowVideoCapture|, to |