diff --git a/HISTORY.txt b/HISTORY.txt index 2611182..94699ce 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -4,9 +4,10 @@ Simple x264/x265 Launcher version history Version 3.00 [2021-05-29] * Updated x265 to version 3.5+2 +* Updated NVEncC to version 5.33 * Updated cURL to version 7.76.1 (2021-04-14) * Updated build environment to Visual Studio 2019 with Update-10 -* Do not close application when hibernating computer +* Do not close application when hibernating the computer Version 2.99 [2020-11-18] * Updated x264 to revision 3027 (API v161) diff --git a/src/encoder_nvencc.cpp b/src/encoder_nvencc.cpp index 27bfbed..fee5262 100644 --- a/src/encoder_nvencc.cpp +++ b/src/encoder_nvencc.cpp @@ -40,7 +40,7 @@ #include //x265 version info -static const unsigned int VERSION_NVENCC_MINIMUM_VER = 506; +static const unsigned int VERSION_NVENCC_MINIMUM_VER = 533; // ------------------------------------------------------------ // Helper Macros diff --git a/src/win_main.cpp b/src/win_main.cpp index 2495b8b..d596331 100644 --- a/src/win_main.cpp +++ b/src/win_main.cpp @@ -1208,7 +1208,7 @@ void MainWindow::handleCommand(const int &command, const QStringList &args, cons { if(!(m_initialized && (QApplication::activeModalWidget() == NULL))) { - qWarning("Cannot accapt commands at this time -> discarding!"); + qWarning("Cannot accept commands at this time -> discarding!"); return; }