From ac6af860f0243ac8135804e49db8e3e618d75b5a Mon Sep 17 00:00:00 2001 From: Alexander David Frick Date: Sun, 5 Dec 2021 00:16:20 -0600 Subject: [PATCH] Add intel hd patch --- media/gpu/vaapi/vaapi_wrapper.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/media/gpu/vaapi/vaapi_wrapper.h b/media/gpu/vaapi/vaapi_wrapper.h index 6cd9c0ea..16cc7d18 100644 --- a/media/gpu/vaapi/vaapi_wrapper.h +++ b/media/gpu/vaapi/vaapi_wrapper.h @@ -227,6 +227,9 @@ class MEDIA_GPU_EXPORT VaapiWrapper uint32_t preferred_fourcc, uint32_t* suitable_fourcc); + // Checks to see if VAProfileNone is supported on this decoder + static bool IsVppProfileSupported(); + // Checks the surface size is allowed for VPP. Returns true if the size is // supported, false otherwise. static bool IsVppResolutionAllowed(const gfx::Size& size);