OSDN Git Service

Bump x265 version.
authorlordmulder <mulder2@gmx.de>
Tue, 19 Apr 2016 18:15:52 +0000 (20:15 +0200)
committerlordmulder <mulder2@gmx.de>
Tue, 19 Apr 2016 18:15:52 +0000 (20:15 +0200)
HISTORY.txt
src/encoder_x265.cpp
src/version.h

index 5cffa03..357dcb5 100644 (file)
@@ -4,7 +4,7 @@ Simple x264/x265 Launcher version history
 
 Version 2.69 [2016-04-??]
 * Updated x264 to revision 2692
-* Updated x265 to version 1.9+125
+* Updated x265 to version 1.9+140
 
 Version 2.68 [2016-04-09]
 * Updated build environment to Visual Studio 2015 with Update-2
index 3a8ebab..7e0f7a2 100644 (file)
@@ -38,7 +38,7 @@
 
 //x265 version info
 static const unsigned int VERSION_X265_MINIMUM_VER =  19;
-static const unsigned int VERSION_X265_MINIMUM_REV = 125;
+static const unsigned int VERSION_X265_MINIMUM_REV = 140;
 
 // ------------------------------------------------------------
 // Helper Macros
index 0015947..561d2b3 100644 (file)
@@ -26,7 +26,7 @@
 #define VER_X264_MAJOR 2
 #define VER_X264_MINOR 6
 #define VER_X264_PATCH 8
-#define VER_X264_BUILD 1020
+#define VER_X264_BUILD 1022
 
 #define VER_X264_PORTABLE_EDITION (0)