Bump nvencc version.
This commit is contained in:
parent
2a31994440
commit
1435ad135b
@ -5,6 +5,7 @@ Simple x264/x265 Launcher version history
|
||||
Version 2.86 [2018-02-26]
|
||||
* Updated x264 to revision 2901 (API v155)
|
||||
* Updated x265 to version 2.7+1
|
||||
* Updated NVEncC to version 3.30
|
||||
* x264 now uses combined 8-Bit/10-Bit binaries
|
||||
|
||||
Version 2.85 [2017-10-04]
|
||||
|
@ -40,8 +40,8 @@
|
||||
#include <QPair>
|
||||
|
||||
//x265 version info
|
||||
static const unsigned int VERSION_NVENCC_MINIMUM_VER = 307;
|
||||
static const unsigned int VERSION_NVENCC_MINIMUM_API = 71;
|
||||
static const unsigned int VERSION_NVENCC_MINIMUM_VER = 330;
|
||||
static const unsigned int VERSION_NVENCC_MINIMUM_API = 80;
|
||||
|
||||
// ------------------------------------------------------------
|
||||
// Helper Macros
|
||||
|
Loading…
Reference in New Issue
Block a user