OSDN Git Service

Bump x265 version.
authorlordmulder <mulder2@gmx.de>
Wed, 12 Apr 2017 18:53:13 +0000 (20:53 +0200)
committerlordmulder <mulder2@gmx.de>
Wed, 12 Apr 2017 18:53:13 +0000 (20:53 +0200)
HISTORY.txt
src/encoder_x265.cpp
src/version.h

index 1344da5..bb208b8 100644 (file)
@@ -3,6 +3,7 @@ Simple x264/x265 Launcher version history
 ----------------------------------------- 
 
 Version 2.81 [2017-??-??]
+* Updated x265 to version 2.3+32
 * Updated NVEncC to version 3.07
 
 Version 2.80 [2017-04-01]
index beaabe8..73355fb 100644 (file)
@@ -41,7 +41,7 @@
 
 //x265 version info
 static const unsigned int VERSION_X265_MINIMUM_VER = 23;
-static const unsigned int VERSION_X265_MINIMUM_REV = 17;
+static const unsigned int VERSION_X265_MINIMUM_REV = 28;
 
 // ------------------------------------------------------------
 // Helper Macros
index e403694..0a163e3 100644 (file)
@@ -26,7 +26,7 @@
 #define VER_X264_MAJOR 2
 #define VER_X264_MINOR 8
 #define VER_X264_PATCH 0
-#define VER_X264_BUILD 1105
+#define VER_X264_BUILD 1106
 
 #define VER_X264_PORTABLE_EDITION (0)