Bump NVEncC binaries to version 5.00.

This commit is contained in:
LoRd_MuldeR 2020-04-18 15:50:49 +02:00
parent 6ab46e8483
commit 0e14bb3846
3 changed files with 5 additions and 2 deletions

View File

@ -2,6 +2,9 @@
Simple x264/x265 Launcher version history
-----------------------------------------
Version 2.97 [unreleased]
* Updated NVEncC to version 5.00
Version 2.96 [2020-04-17]
* Updated x264 to revision 3000 (API v160)
* Updated x265 to version 3.3+1

View File

@ -40,7 +40,7 @@
#include <QPair>
//x265 version info
static const unsigned int VERSION_NVENCC_MINIMUM_VER = 449;
static const unsigned int VERSION_NVENCC_MINIMUM_VER = 500;
// ------------------------------------------------------------
// Helper Macros

View File

@ -26,7 +26,7 @@
#define VER_X264_MAJOR 2
#define VER_X264_MINOR 9
#define VER_X264_PATCH 6
#define VER_X264_BUILD 1199
#define VER_X264_BUILD 1200
#define VER_X264_PORTABLE_EDITION (0)