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

Unified Diff: media/gpu/dxva_video_decode_accelerator_win.h

Issue 2187673003: Don't mark VP9 as supported for hardware decoding if it's blacklisted (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
« no previous file with comments | « no previous file | media/gpu/dxva_video_decode_accelerator_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/dxva_video_decode_accelerator_win.h
diff --git a/media/gpu/dxva_video_decode_accelerator_win.h b/media/gpu/dxva_video_decode_accelerator_win.h
index 92eddf3d053abcaa6f9cd43a85811b183f33aa28..ee27c6f681bc3d6abe3f8f0da03690284c962deb 100644
--- a/media/gpu/dxva_video_decode_accelerator_win.h
+++ b/media/gpu/dxva_video_decode_accelerator_win.h
@@ -130,7 +130,8 @@ class MEDIA_GPU_EXPORT DXVAVideoDecodeAccelerator
override;
GLenum GetSurfaceInternalFormat() const override;
- static VideoDecodeAccelerator::SupportedProfiles GetSupportedProfiles();
+ static VideoDecodeAccelerator::SupportedProfiles GetSupportedProfiles(
+ const gpu::GpuPreferences& gpu_preferences);
// Preload dlls required for decoding.
static void PreSandboxInitialization();
« no previous file with comments | « no previous file | media/gpu/dxva_video_decode_accelerator_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698