OSDN Git Service

Bump x265 version.
authorlordmulder <mulder2@gmx.de>
Tue, 24 May 2016 17:59:13 +0000 (19:59 +0200)
committerlordmulder <mulder2@gmx.de>
Tue, 24 May 2016 17:59:13 +0000 (19:59 +0200)
HISTORY.txt
src/encoder_x265.cpp
src/version.h

index 6c946ec..2b28df8 100644 (file)
@@ -3,6 +3,7 @@ Simple x264/x265 Launcher version history
 ----------------------------------------- 
 
 Version 2.71 [2016-??-??]
+* Updated x265 to version 1.9+183
 * Added experimental NVEncC (NVIDIA GPU encoding) support
 * Code refactoring
 
index 420ce3b..17c584d 100644 (file)
@@ -40,7 +40,7 @@
 
 //x265 version info
 static const unsigned int VERSION_X265_MINIMUM_VER =  19;
-static const unsigned int VERSION_X265_MINIMUM_REV = 167;
+static const unsigned int VERSION_X265_MINIMUM_REV = 183;
 
 // ------------------------------------------------------------
 // Helper Macros
index 5fd7213..794d2b3 100644 (file)
@@ -26,7 +26,7 @@
 #define VER_X264_MAJOR 2
 #define VER_X264_MINOR 7
 #define VER_X264_PATCH 0
-#define VER_X264_BUILD 1030
+#define VER_X264_BUILD 1031
 
 #define VER_X264_PORTABLE_EDITION (0)