Explorar o código

obs-ffmpeg: Add more blacklisted NVENC adapters

jp9000 %!s(int64=6) %!d(string=hai) anos
pai
achega
a87afeb69b
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      plugins/obs-ffmpeg/obs-ffmpeg.c

+ 8 - 0
plugins/obs-ffmpeg/obs-ffmpeg.c

@@ -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",