From 3f3e284c406156d0851e922cd2079084bce5ad1f Mon Sep 17 00:00:00 2001 From: lordmulder Date: Sat, 5 Oct 2019 21:41:01 +0200 Subject: [PATCH] Workaround for wrong (old) version number reported by NVEncC executable. --- HISTORY.txt | 2 +- src/encoder_nvencc.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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