Bump NVEncC binaries to version 5.33.

This commit is contained in:
LoRd_MuldeR 2021-05-29 19:29:11 +02:00
parent 521bd4010a
commit 2b1ba73e43
3 changed files with 4 additions and 3 deletions

View File

@ -4,9 +4,10 @@ Simple x264/x265 Launcher version history
Version 3.00 [2021-05-29] Version 3.00 [2021-05-29]
* Updated x265 to version 3.5+2 * Updated x265 to version 3.5+2
* Updated NVEncC to version 5.33
* Updated cURL to version 7.76.1 (2021-04-14) * Updated cURL to version 7.76.1 (2021-04-14)
* Updated build environment to Visual Studio 2019 with Update-10 * 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] Version 2.99 [2020-11-18]
* Updated x264 to revision 3027 (API v161) * Updated x264 to revision 3027 (API v161)

View File

@ -40,7 +40,7 @@
#include <QPair> #include <QPair>
//x265 version info //x265 version info
static const unsigned int VERSION_NVENCC_MINIMUM_VER = 506; static const unsigned int VERSION_NVENCC_MINIMUM_VER = 533;
// ------------------------------------------------------------ // ------------------------------------------------------------
// Helper Macros // Helper Macros

View File

@ -1208,7 +1208,7 @@ void MainWindow::handleCommand(const int &command, const QStringList &args, cons
{ {
if(!(m_initialized && (QApplication::activeModalWidget() == NULL))) if(!(m_initialized && (QApplication::activeModalWidget() == NULL)))
{ {
qWarning("Cannot accapt commands at this time -> discarding!"); qWarning("Cannot accept commands at this time -> discarding!");
return; return;
} }