Remove possibly confusing log from nvenc loader

master
BtbN 2014-03-09 16:57:13 +01:00
parent 35539f4c06
commit 5e472afa73
1 changed files with 0 additions and 3 deletions

View File

@ -39,9 +39,6 @@ void InitNVENCEncoder(bool log=true)
p_nvencModule = LoadLibrary(TEXT("ObsNvenc32.dll"));
#endif
if (p_nvencModule == NULL && log)
Log(TEXT("ObsNvenc{32,64}.dll not present"));
if (p_nvencModule == NULL)
p_nvencModule = LoadLibrary(TEXT("ObsNvenc.dll"));