Fix HEVC Main10 support check on macOS GPUFamily1 GPUs

This commit is contained in:
Cameron Gutman
2022-05-11 22:00:34 -05:00
parent ad5581c620
commit 3d7ecf98c2

View File

@@ -321,6 +321,12 @@ public:
}
}
}
else {
SDL_LogWarn(SDL_LOG_CATEGORY_APPLICATION,
"No HEVC Main10 support on macOS GPUFamily1 GPUs");
[device release];
return false;
}
[device release];
}