Bump x264 version and updated changelog.
This commit is contained in:
parent
1157c58f61
commit
0da5ba8abe
@ -2,6 +2,11 @@
|
||||
Simple x264/x265 Launcher version history
|
||||
-----------------------------------------
|
||||
|
||||
Version 3.02 [2021-06-16]
|
||||
* Updated x264 to revision 3094 (API v164)
|
||||
* Updated x265 to version 3.5+37
|
||||
* Updated build environment to Visual Studio 2022 with Update-2
|
||||
|
||||
Version 3.01 [2021-12-08]
|
||||
* Updated x265 to version 3.5+20
|
||||
* Updated NVEncC to version 5.41
|
||||
|
@ -40,8 +40,8 @@
|
||||
#include <QPair>
|
||||
|
||||
//x264 version info
|
||||
static const unsigned int VERSION_X264_MINIMUM_REV = 3049;
|
||||
static const unsigned int VERSION_X264_CURRENT_API = 163;
|
||||
static const unsigned int VERSION_X264_MINIMUM_REV = 3065;
|
||||
static const unsigned int VERSION_X264_CURRENT_API = 164;
|
||||
|
||||
// ------------------------------------------------------------
|
||||
// Helper Macros
|
||||
|
@ -25,8 +25,8 @@
|
||||
|
||||
#define VER_X264_MAJOR 3
|
||||
#define VER_X264_MINOR 0
|
||||
#define VER_X264_PATCH 1
|
||||
#define VER_X264_BUILD 1216
|
||||
#define VER_X264_PATCH 2
|
||||
#define VER_X264_BUILD 1218
|
||||
|
||||
#define VER_X264_PORTABLE_EDITION (0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user