early-access version 1990

This commit is contained in:
pineappleEA
2021-08-12 12:57:55 +02:00
parent c64d720ce6
commit b2340e473f
3 changed files with 149 additions and 90 deletions

View File

@@ -59,7 +59,7 @@ Codec::~Codec() {
bool Codec::CreateGpuAvDevice() {
#if defined(LIBVA_FOUND)
static constexpr std::array<const char*, 2> VAAPI_DRIVERS = {
static constexpr std::array<const char*, 3> VAAPI_DRIVERS = {
"i915",
"iHD",
"amdgpu",