OSDN Git Service

Bump x265 version.
authorlordmulder <mulder2@gmx.de>
Sat, 7 Jan 2017 19:33:39 +0000 (20:33 +0100)
committerlordmulder <mulder2@gmx.de>
Sat, 7 Jan 2017 19:33:39 +0000 (20:33 +0100)
src/encoder_x265.cpp
src/version.h

index 486d63e..c9755e4 100644 (file)
@@ -40,8 +40,8 @@
 #include <QPair>
 
 //x265 version info
-static const unsigned int VERSION_X265_MINIMUM_VER = 21;
-static const unsigned int VERSION_X265_MINIMUM_REV = 70;
+static const unsigned int VERSION_X265_MINIMUM_VER = 22;
+static const unsigned int VERSION_X265_MINIMUM_REV = 15;
 
 // ------------------------------------------------------------
 // Helper Macros
index 5c26fe8..f364baa 100644 (file)
@@ -26,7 +26,7 @@
 #define VER_X264_MAJOR 2
 #define VER_X264_MINOR 7
 #define VER_X264_PATCH 7
-#define VER_X264_BUILD 1079
+#define VER_X264_BUILD 1080
 
 #define VER_X264_PORTABLE_EDITION (0)