From 8721ba5d30d51bd051a650e287a14b52e40aece1 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Sun, 18 Jun 2023 14:13:06 +0200 Subject: [PATCH] Updated NVEncC version. --- HISTORY.txt | 1 + src/encoder_nvencc.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.txt b/HISTORY.txt index bb3f3b8..92c215d 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -5,6 +5,7 @@ Simple x264/x265 Launcher version history Version 3.03 [2023-06-18] * Updated x264 to revision 3106 (API v164) * Updated x265 to version 3.5+100 +* Updated NVEncC to version 7.28 * Updated build environment to Visual Studio 2022 with Update-6 Version 3.02 [2022-06-16] diff --git a/src/encoder_nvencc.cpp b/src/encoder_nvencc.cpp index 908e07a..366cf26 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 = 605; +static const unsigned int VERSION_NVENCC_MINIMUM_VER = 728; // ------------------------------------------------------------ // Helper Macros