Bum Avs2YUV version to 0.24 (BugMaster's mod 5).
This commit is contained in:
parent
92b9837ff5
commit
b46a90dab3
@ -4,6 +4,8 @@ Simple x264/x265 Launcher version history
|
|||||||
|
|
||||||
Version 2.78 [2017-01-07]
|
Version 2.78 [2017-01-07]
|
||||||
* Updated x265 to version 2.2+22
|
* Updated x265 to version 2.2+22
|
||||||
|
* Updated Avs2YUV to version 0.24 (BugMaster's mod 5)
|
||||||
|
* Added new option to save pending jobs *without* confirmation
|
||||||
* Some fixes to parameter validation code
|
* Some fixes to parameter validation code
|
||||||
|
|
||||||
Version 2.77 [2016-12-13]
|
Version 2.77 [2016-12-13]
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
#include <QDir>
|
#include <QDir>
|
||||||
#include <QProcess>
|
#include <QProcess>
|
||||||
|
|
||||||
static const unsigned int VER_X264_AVS2YUV_VER = 243;
|
static const unsigned int VER_X264_AVS2YUV_VER = 245;
|
||||||
|
|
||||||
// ------------------------------------------------------------
|
// ------------------------------------------------------------
|
||||||
// Encoder Info
|
// Encoder Info
|
||||||
|
@ -25,8 +25,8 @@
|
|||||||
|
|
||||||
#define VER_X264_MAJOR 2
|
#define VER_X264_MAJOR 2
|
||||||
#define VER_X264_MINOR 7
|
#define VER_X264_MINOR 7
|
||||||
#define VER_X264_PATCH 7
|
#define VER_X264_PATCH 8
|
||||||
#define VER_X264_BUILD 1080
|
#define VER_X264_BUILD 1082
|
||||||
|
|
||||||
#define VER_X264_PORTABLE_EDITION (0)
|
#define VER_X264_PORTABLE_EDITION (0)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user