Bum Avs2YUV version to 0.24 (BugMaster's mod 5).

This commit is contained in:
LoRd_MuldeR 2017-01-07 20:47:37 +01:00
parent 92b9837ff5
commit b46a90dab3
3 changed files with 5 additions and 3 deletions

View File

@ -4,6 +4,8 @@ Simple x264/x265 Launcher version history
Version 2.78 [2017-01-07]
* 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
Version 2.77 [2016-12-13]

View File

@ -30,7 +30,7 @@
#include <QDir>
#include <QProcess>
static const unsigned int VER_X264_AVS2YUV_VER = 243;
static const unsigned int VER_X264_AVS2YUV_VER = 245;
// ------------------------------------------------------------
// Encoder Info

View File

@ -25,8 +25,8 @@
#define VER_X264_MAJOR 2
#define VER_X264_MINOR 7
#define VER_X264_PATCH 7
#define VER_X264_BUILD 1080
#define VER_X264_PATCH 8
#define VER_X264_BUILD 1082
#define VER_X264_PORTABLE_EDITION (0)