From c0b0fa4662e79fd1935454afa595b622891c3aca Mon Sep 17 00:00:00 2001 From: lordmulder Date: Fri, 11 May 2018 10:56:52 +0200 Subject: [PATCH] Updated x265 and NVEncC to latest versions. --- src/encoder_nvencc.cpp | 2 +- src/encoder_x265.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/encoder_nvencc.cpp b/src/encoder_nvencc.cpp index 4c8088e..c679ef9 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 = 330; +static const unsigned int VERSION_NVENCC_MINIMUM_VER = 401; // ------------------------------------------------------------ // Helper Macros diff --git a/src/encoder_x265.cpp b/src/encoder_x265.cpp index b3a8a76..03feb02 100644 --- a/src/encoder_x265.cpp +++ b/src/encoder_x265.cpp @@ -40,8 +40,8 @@ #include //x265 version info -static const unsigned int VERSION_X265_MINIMUM_VER = 27; -static const unsigned int VERSION_X265_MINIMUM_REV = 1; +static const unsigned int VERSION_X265_MINIMUM_VER = 27; +static const unsigned int VERSION_X265_MINIMUM_REV = 346; // ------------------------------------------------------------ // Helper Macros -- 2.11.4.GIT