mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 11:57:48 -03:00
Add intel hd patch
This commit is contained in:
parent
70d5d35656
commit
ac6af860f0
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue