Bump NVEncC binaries to version 5.00.
This commit is contained in:
parent
6ab46e8483
commit
0e14bb3846
@ -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
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user