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

Unified Diff: media/base/win/mf_helpers.h

Issue 2668293002: VPX HW encode using MediaFoundation
Patch Set: adding all 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 | « media/base/media_switches.cc ('k') | media/gpu/ipc/service/gpu_video_encode_accelerator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/win/mf_helpers.h
diff --git a/media/base/win/mf_helpers.h b/media/base/win/mf_helpers.h
index a99ecedbb3fdbf0dd79b008597dfc9ebaab7c774..9ef8127a2bc6900dc47b51075969d1e88b8ac2cd 100644
--- a/media/base/win/mf_helpers.h
+++ b/media/base/win/mf_helpers.h
@@ -11,6 +11,11 @@
#include "base/win/scoped_comptr.h"
#include "media/base/win/mf_initializer_export.h"
+#undef DLOG
+#define DLOG(err) LOG(ERROR)
+#undef DVLOG
+#define DVLOG(err) LOG(ERROR)
+
namespace media {
namespace mf {
« no previous file with comments | « media/base/media_switches.cc ('k') | media/gpu/ipc/service/gpu_video_encode_accelerator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698