OSDN Git Service

Bump NVEncC binaries to version 5.33. v3.00
authorlordmulder <mulder2@gmx.de>
Sat, 29 May 2021 17:29:11 +0000 (19:29 +0200)
committerlordmulder <mulder2@gmx.de>
Sat, 29 May 2021 17:44:34 +0000 (19:44 +0200)
HISTORY.txt
src/encoder_nvencc.cpp
src/win_main.cpp

index 2611182..94699ce 100644 (file)
@@ -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)
index 27bfbed..fee5262 100644 (file)
@@ -40,7 +40,7 @@
 #include <QPair>
 
 //x265 version info
-static const unsigned int VERSION_NVENCC_MINIMUM_VER = 506;
+static const unsigned int VERSION_NVENCC_MINIMUM_VER = 533;
 
 // ------------------------------------------------------------
 // Helper Macros
index 2495b8b..d596331 100644 (file)
@@ -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;
        }