Use better name for quality options to clearify that medium is actually very high quality, because people dont understand that
This commit is contained in:
@@ -29,7 +29,7 @@ public:
|
||||
return true;
|
||||
|
||||
dlerror(); // clear
|
||||
void *lib = dlopen("libnvidia-fbc.so.1", RTLD_NOW);
|
||||
void *lib = dlopen("libnvidia-fbc.so.1", RTLD_LAZY);
|
||||
if(!lib) {
|
||||
fprintf(stderr, "Error: failed to load libnvidia-fbc.so.1, error: %s\n", dlerror());
|
||||
return false;
|
||||
@@ -241,4 +241,4 @@ private:
|
||||
NVFBC_API_FUNCTION_LIST nv_fbc_function_list;
|
||||
NVFBC_SESSION_HANDLE nv_fbc_handle;
|
||||
bool fbc_handle_created = false;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user