mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-29 02:03:03 +08:00
obs-nvenc: Fix nvenc availability check always returning true
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user