obs-nvenc: Fix nvenc availability check always returning true

This commit is contained in:
derrod
2024-08-19 04:57:57 +02:00
committed by Lain
parent d7adbf1e24
commit 3312c2567d
+1 -1
View File
@@ -381,7 +381,7 @@ fail:
dstr_free(&caps_str);
os_process_args_destroy(args);
return true;
return success;
}
static const char *nvenc_check_name = "nvenc_check";