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);