Revert NVEncC version.

This commit is contained in:
LoRd_MuldeR 2017-06-11 18:32:05 +02:00
parent 72fd602aec
commit 339fb9ae25
2 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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