Updated x264 and x265 versions.

This commit is contained in:
LoRd_MuldeR 2023-06-18 14:01:30 +02:00
parent 7471037cd0
commit 20f229db45
4 changed files with 10 additions and 5 deletions

View File

@ -2,6 +2,11 @@
Simple x264/x265 Launcher version history
-----------------------------------------
Version 3.03 [2023-06-18]
* Updated x264 to revision 3106 (API v164)
* Updated x265 to version 3.5+100
* Updated build environment to Visual Studio 2022 with Update-6
Version 3.02 [2022-06-16]
* Updated x264 to revision 3094 (API v164)
* Updated x265 to version 3.5+37

View File

@ -40,7 +40,7 @@
#include <QPair>
//x264 version info
static const unsigned int VERSION_X264_MINIMUM_REV = 3065;
static const unsigned int VERSION_X264_MINIMUM_REV = 3106;
static const unsigned int VERSION_X264_CURRENT_API = 164;
// ------------------------------------------------------------

View File

@ -41,7 +41,7 @@
//x265 version info
static const unsigned int VERSION_X265_MINIMUM_VER = 35;
static const unsigned int VERSION_X265_MINIMUM_REV = 20;
static const unsigned int VERSION_X265_MINIMUM_REV = 100;
// ------------------------------------------------------------
// Helper Macros

View File

@ -25,8 +25,8 @@
#define VER_X264_MAJOR 3
#define VER_X264_MINOR 0
#define VER_X264_PATCH 2
#define VER_X264_BUILD 1218
#define VER_X264_PATCH 3
#define VER_X264_BUILD 1220
#define VER_X264_PORTABLE_EDITION (0)