diff --git a/HISTORY.txt b/HISTORY.txt index e65b183..d9c2bb2 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -4,7 +4,7 @@ Simple x264/x265 Launcher version history Version 2.93 [2019-10-05] * Updated x265 to version 3.2+5 (incl. AQ mode 4 slowdown fix) -* Updated NVEncC to version 4.50 +* Updated NVEncC to version 4.50 (v2) * Updated build environment to Visual Studio 2019 with Update-3 Version 2.93 [2019-08-06] diff --git a/src/encoder_nvencc.cpp b/src/encoder_nvencc.cpp index 5208f6a..048a81d 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 = 450; +static const unsigned int VERSION_NVENCC_MINIMUM_VER = 449; // ------------------------------------------------------------ // Helper Macros