Bump x265 version.

This commit is contained in:
LoRd_MuldeR 2016-10-13 23:20:58 +02:00
parent 2628bba0a9
commit 0dd2d7c61b
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ Simple x264/x265 Launcher version history
----------------------------------------- -----------------------------------------
Version 2.75 [2016-??-??] Version 2.75 [2016-??-??]
* Updated x265 to version 2.1+2 * Updated x265 to version 2.1+20
* Detection of "portable" VapourSynth (see README for details!) * Detection of "portable" VapourSynth (see README for details!)
* Detection of "portable" Avisynth (see README for details!) * Detection of "portable" Avisynth (see README for details!)

View File

@ -40,7 +40,7 @@
//x265 version info //x265 version info
static const unsigned int VERSION_X265_MINIMUM_VER = 21; static const unsigned int VERSION_X265_MINIMUM_VER = 21;
static const unsigned int VERSION_X265_MINIMUM_REV = 0; static const unsigned int VERSION_X265_MINIMUM_REV = 20;
// ------------------------------------------------------------ // ------------------------------------------------------------
// Helper Macros // Helper Macros

View File

@ -26,7 +26,7 @@
#define VER_X264_MAJOR 2 #define VER_X264_MAJOR 2
#define VER_X264_MINOR 7 #define VER_X264_MINOR 7
#define VER_X264_PATCH 5 #define VER_X264_PATCH 5
#define VER_X264_BUILD 1054 #define VER_X264_BUILD 1055
#define VER_X264_PORTABLE_EDITION (0) #define VER_X264_PORTABLE_EDITION (0)