提交 a87afeb6 编写于 作者: J jp9000

obs-ffmpeg: Add more blacklisted NVENC adapters

上级 98f78fe3
......@@ -142,6 +142,10 @@ static const char *nvenc_check_name = "nvenc_check";
#ifdef _WIN32
static const wchar_t *blacklisted_adapters[] = {
L"720M",
L"730M",
L"740M",
L"745M",
L"820M",
L"830M",
L"840M",
......@@ -150,6 +154,10 @@ static const wchar_t *blacklisted_adapters[] = {
L"930M",
L"940M",
L"945M",
L"720A",
L"730A",
L"740A",
L"745A",
L"820A",
L"830A",
L"840A",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册