OSDN Git Service

Bump x265 version.
authorlordmulder <mulder2@gmx.de>
Fri, 13 May 2016 18:41:30 +0000 (20:41 +0200)
committerlordmulder <mulder2@gmx.de>
Fri, 13 May 2016 18:41:30 +0000 (20:41 +0200)
src/encoder_x265.cpp
src/version.h

index 4601065..420ce3b 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 = 140;
+static const unsigned int VERSION_X265_MINIMUM_REV = 167;
 
 // ------------------------------------------------------------
 // Helper Macros
index 8164c4d..5fd7213 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 1028
+#define VER_X264_BUILD 1030
 
 #define VER_X264_PORTABLE_EDITION (0)