Revert NVEncC version.
This commit is contained in:
parent
72fd602aec
commit
339fb9ae25
@ -2,10 +2,9 @@
|
||||
Simple x264/x265 Launcher version history
|
||||
-----------------------------------------
|
||||
|
||||
Version 2.82 [2017-05-26]
|
||||
Version 2.83 [2017-06-11]
|
||||
* Updated x264 to revision 2833
|
||||
* Updated x265 to version 2.4+36
|
||||
* Updated NVEncC to version 3.09
|
||||
|
||||
Version 2.82 [2017-05-26]
|
||||
* Updated x264 to revision 2829
|
||||
|
@ -40,8 +40,8 @@
|
||||
#include <QPair>
|
||||
|
||||
//x265 version info
|
||||
static const unsigned int VERSION_NVENCC_MINIMUM_VER = 309;
|
||||
static const unsigned int VERSION_NVENCC_MINIMUM_API = 80;
|
||||
static const unsigned int VERSION_NVENCC_MINIMUM_VER = 307;
|
||||
static const unsigned int VERSION_NVENCC_MINIMUM_API = 71;
|
||||
|
||||
// ------------------------------------------------------------
|
||||
// Helper Macros
|
||||
|
Loading…
Reference in New Issue
Block a user